glibc/ports/sysdeps/unix/sysv/linux/mips/mips32
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
accept4.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fcntl.c Improve MIPS n64 handling of 64-bit fcntl. 2012-07-31 23:17:24 +00:00
ftruncate64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fxstatat.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
internal_accept4.S Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
internal_recvmmsg.S Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
internal_sendmmsg.S Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
lockf64.c Improve MIPS n64 handling of 64-bit fcntl. 2012-07-31 23:17:24 +00:00
posix_fadvise64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
posix_fadvise.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
readahead.c Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
recvmmsg.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sendmmsg.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sync_file_range.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
syscalls.list Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
sysdep.h MIPS: Correct formatting of syscall wrapper `asm' specifiers. 2013-02-05 15:31:08 +00:00
truncate64.c Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. 2013-02-04 16:29:39 +00:00