summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/atexit_thread.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-07libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva
2023-12-05Revert "libsupc++: try cxa_thread_atexit_impl at runtime"Alexandre Oliva
2023-12-02libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva
2023-01-16Update copyright years.Jakub Jelinek
2022-10-19gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-11-07libsupc++: Make the destructor parameter to `__cxa_thread_atexit()` use the `...Liu Hao
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-08-19os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.Yaakov Selkowitz
2014-08-01atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.Zifei Tong
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-07-22re PR libstdc++/57914 (Memory leak in __cxa_thread_atexit when using thread_l...Jason Merrill
2013-02-25configure.ac: Check for __cxa_thread_atexit_impl.Jason Merrill
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-10-15re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill
2012-10-08Support C++11 thread_local destructors.Jason Merrill