glibc/ports/sysdeps/unix/sysv/linux/tile
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
nptl Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sys Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tilegx C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
tilepro C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
cacheflush.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
configure Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
configure.in Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
getcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
gettimeofday.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
init-first.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
kernel-features.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
makecontext.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Makefile tile: add vDSO support for gettimeofday() 2012-10-29 13:47:57 -04:00
profil-counter.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
set_dataplane.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sigcontextinfo.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
swapcontext.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
syscall.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysdep.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysdep.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ucontext_i.h 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