glibc/sysdeps/unix/sysv/linux/s390/s390-64/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
..
c++-types.data Move c++-types baselines to sysdeps directories. 2012-07-17 14:44:06 +00:00
ld.abilist S/390: ABI baseline update. 2012-05-29 11:04:22 +00:00
libanl.abilist
libBrokenLocale.abilist
libc.abilist C++11 thread_local destructors support 2013-02-18 19:08:21 +05:30
libcrypt.abilist
libdl.abilist
libm.abilist S/390: ABI baseline update. 2012-05-29 11:04:22 +00:00
libnsl.abilist
libpthread.abilist S/390: ABI baseline update. 2012-05-29 11:04:22 +00:00
libresolv.abilist
librt.abilist
libthread_db.abilist
libutil.abilist
localplt.data Move localplt baselines to sysdeps directories. 2012-07-20 19:20:34 +00:00