glibc/sysdeps/unix/sysv/linux/x86_64
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
..
64 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
bits
x32 C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
Implies
Makefile
Versions
____longjmp_chk.S
__start_context.S
brk.c
clock_gettime.c
clone.S Remove bounded-pointers handling from x86_64 assembly sources. 2013-02-17 21:57:26 +00:00
dl-cache.h
dl-procinfo.c
dl-procinfo.h
get_clockfreq.c
getcontext.S
gettimeofday.c
init-first.c
kernel_stat.h
ldconfig.h
ldd-rewrite.sed
makecontext.c
profil-counter.h
readelflib.c
recv.c
register-dump.h
sched_getcpu.S
sched_setaffinity.c
send.c
setcontext.S
sigaction.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
sigaltstack-offsets.sym
sigcontextinfo.h
sigpending.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
sigprocmask.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
swapcontext.S
syscall.S
syscalls.list
sysconf.c
sysdep.S
sysdep.h Remove bounded-pointers handling from x86_64 assembly sources. 2013-02-17 21:57:26 +00:00
time.c
timespec_get.c
ucontext_i.sym
umount.c
vfork.S