about summary refs log tree commit diff
path: root/stdlib/cxa_thread_atexit_impl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer2015-10-061-1/+9
* Mention dl_load_lock by name in the commentsSiddhesh Poyarekar2015-07-241-9/+10
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-231-18/+72
* Whitespace fixup in cxa_thread_atexit_impl.cSiddhesh Poyarekar2015-07-161-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-281-1/+1
* Fix copyright year in new filesSiddhesh Poyarekar2013-02-191-1/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-0/+102