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
..
2012-01-07 23:57:22 -05:00
2012-05-24 23:08:18 +02:00
2012-11-21 06:33:19 -08:00
2012-01-07 23:57:22 -05:00
2013-01-11 21:13:25 +00:00
2004-03-09 10:36:53 +00:00
2004-03-09 10:36:53 +00:00
2009-04-23 18:29:30 +00:00
2011-10-31 01:51:16 -04:00
2012-05-24 23:08:18 +02:00
2012-05-24 23:06:20 +02:00
2013-02-18 19:08:21 +05:30
2012-05-31 13:10:02 +02:00
2004-04-13 02:15:43 +00:00
2004-10-24 21:29:41 +00:00
2011-09-10 16:50:28 -04:00
2012-01-07 23:57:22 -05:00
2012-05-24 23:06:20 +02:00
2012-01-07 23:57:22 -05:00