summaryrefslogtreecommitdiff
path: root/stdlib/cxa_thread_atexit_impl.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-06Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer
2015-07-24Mention dl_load_lock by name in the commentsSiddhesh Poyarekar
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar
2015-07-16Whitespace fixup in cxa_thread_atexit_impl.cSiddhesh Poyarekar
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath
2013-02-19Fix copyright year in new filesSiddhesh Poyarekar
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar