glibc/ports/sysdeps/unix/sysv/linux/ia64/nptl
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 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
__ia64_longjmp.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
__sigstack_longjmp.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
c++-types.data Move c++-types baselines to sysdeps directories. 2012-07-17 14:44:06 +00:00
clone2.S Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
createthread.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-sysdep.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fork.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ld.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libanl.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libBrokenLocale.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libc.abilist C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
libcrypt.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libdl.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libm.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libnsl.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libpthread.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libresolv.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
librt.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libthread_db.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
libutil.abilist Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
localplt.data Move localplt baselines to sysdeps directories. 2012-07-20 19:20:34 +00:00
lowlevellock.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Makefile Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
pt-vfork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_once.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysdep-cancel.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_create.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
timer_delete.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
timer_getoverr.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
timer_gettime.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
timer_settime.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
unwind_longjmp.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
unwind-forcedunwind.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Versions Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
vfork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00