glibc/sysdeps/unix/sysv/linux/sparc/sparc64
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
..
nptl C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
Implies
Makefile
Versions
____longjmp_chk.S
__longjmp.S
__start_context.S
brk.S
bsd-_setjmp.S
bsd-setjmp.S
clone.S
dl-brk.S
dl-cache.h
dl-fxstatat64.c
fxstat.c
fxstatat.c
get_clockfreq.c
getcontext.S
kernel_stat.h
longjmp.S
lxstat.c
makecontext.c
msgctl.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
msgrcv.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
pause.c
pipe.S
profil-counter.h
register-dump.h
semctl.c
setcontext.S
setjmp.S
shmctl.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
sigaction.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
sigcontextinfo.h
sigjmp.S
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
sizes.h
socket.S
swapcontext.c
syscall.S
syscalls.list
sysdep.h
time.c
ucontext_i.h
wordexp.c
xstat.c
xstatconv.c