glibc/sysdeps/unix/sysv/linux/sh
Siddhesh Poyarekar ba384f6ed9 C++11 thread_local destructors support
This feature is specifically for the C++ compiler to offload calling
thread_local object destructors on thread program exit, to glibc.
This is to overcome the possible complication of destructors of
thread_local objects getting called after the DSO in which they're
defined is unloaded by the dynamic linker.  The DSO is marked as
'unloadable' if it has a constructed thread_local object and marked as
'unloadable' again when all the constructed thread_local objects
defined in it are destroyed.
2013-02-18 19:08:21 +05:30
..
bits
nptl C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
sh3
sh4
sys
Makefile
Versions
____longjmp_chk.S
brk.c
chown.c
clone.S
fchown.c
fchownat.c
fcntl.c
fxstat.c
fxstatat.c
getegid.c
geteuid.c
getgroups.c
getresgid.c
getresuid.c
getrlimit64.c
getuid.c
lchown.c
lockf64.c
lxstat.c
makecontext.S
msgctl.c
pipe.S
pread.c
pread64.c
profil-counter.h
pwrite.c
pwrite64.c
semctl.c
setegid.c
seteuid.c
setfsgid.c
setfsuid.c
setgid.c
setgroups.c
setregid.c
setresgid.c
setresuid.c
setreuid.c
setrlimit.c
setuid.c
shmctl.c
sigaltstack-offsets.sym
sigcontextinfo.h
socket.S
syscall.S
syscalls.list
sysdep.S
sysdep.h
vfork.S
xstat.c