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