aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/atexit_thread.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-07libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva1-1/+22
2023-12-05Revert "libsupc++: try cxa_thread_atexit_impl at runtime"Alexandre Oliva1-14/+1
2023-12-02libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva1-1/+14
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-19gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao1-0/+20
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-07libsupc++: Make the destructor parameter to `__cxa_thread_atexit()` use the `...Liu Hao1-4/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely1-1/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-19os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.Yaakov Selkowitz1-0/+20
2014-08-01atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.Zifei Tong1-3/+3
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-07-22re PR libstdc++/57914 (Memory leak in __cxa_thread_atexit when using thread_l...Jason Merrill1-4/+15
2013-02-25configure.ac: Check for __cxa_thread_atexit_impl.Jason Merrill1-0/+16
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-10-15re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill1-84/+67
2012-10-08Support C++11 thread_local destructors.Jason Merrill1-0/+135