summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11/thread.cc
AgeCommit message (Expand)Author
2025-10-14libstdc++: Avoid overflow in timeout conversions [PR113327]Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-03-03link pthread_join from std::thread ctorAlexandre Oliva
2023-01-16Update copyright years.Jakub Jelinek
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou
2022-10-19libstdc++/thread: Implement `_GLIBCXX_NPROCS` for WindowsLIU Hao
2022-05-13libstdc++: Make std::thread::_State privateJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely
2020-11-24libstdc++: Throw instead of segfaulting in std::thread constructor [PR 67791]Jonathan Wakely
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely
2020-08-11libstdc++: Make std::this_thread functions work without gthreadsJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-10-11PR libstdc++/80538 Only call sleep for non-zero valuesJonathan Wakely
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-04-05Ensure std::thread helpers have internal linkageJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely
2015-06-16re PR libstdc++/65393 (std::thread shared_ptr inefficiency)Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely
2014-08-13re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely
2014-01-09re PR libstdc++/59680 (Compile error in thread.cc)Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-12-20re PR libstdc++/55741 (bootstrap fails in libstdc++-v3/src/c++11/thread.cc)Jonathan Wakely
2012-12-16thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely
2012-08-12re PR libstdc++/52681 ([C++11] Using std::thread without -pthread crashes wit...Jonathan Wakely
2012-01-23[multiple changes]Benjamin Kosnik