aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/thread
AgeCommit message (Expand)AuthorFilesLines
4 dayslibstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-05-22libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115...Jonathan Wakely1-10/+33
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]Jonathan Wakely1-1/+2
2023-11-16libstdc++: Use 202100L as feature test check for C++23Jonathan Wakely1-1/+1
2023-09-11libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)Jonathan Wakely1-0/+62
2023-08-24libstdc++: Tweak some preprocessor conditions for feature testsJonathan Wakely1-1/+1
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-0/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-05-13libstdc++: Improve doxygen docs for <thread> and <future>Jonathan Wakely1-1/+20
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-01libstdc++: Make std::jthread support pointers to member functions [PR 100612]Jonathan Wakely1-0/+26
2021-05-17libstdc++: Fix std::jthread assertion and re-enable skipped testJonathan Wakely1-1/+1
2021-04-20libstdc++: Refactor/cleanup of C++20 atomic wait implementationThomas Rodgers1-67/+1
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17libstdc++: Move std::hash<std::thread::id> to <bits/std_thread.h>Jonathan Wakely1-12/+0
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely1-1/+6
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely1-257/+9
2020-11-11libstdc++: Assigning to a joinable std::jthread calls std::terminatePaul Scharnofske1-1/+5
2020-08-18libstdc++: Remove redundant copying of std::async arguments [PR 69724]Jonathan Wakely1-25/+7
2020-08-11libstdc++: Make std::this_thread functions work without gthreadsJonathan Wakely1-12/+17
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely1-1/+1
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely1-0/+3
2020-02-20libstdc++: Add <=> to thread::idJonathan Wakely1-10/+22
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely1-20/+27
2019-11-16libstdc++: Optimize std::jthread constructionJonathan Wakely1-26/+29
2019-11-15Support for jthread and stop_tokenThomas Rodgers1-0/+125
2019-05-14PR libstdc++/69724 avoid temporary in std::thread constructionJonathan Wakely1-8/+12
2019-05-02Improve Doxygen docs for nested namespacesJonathan Wakely1-2/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-2/+2
2018-06-15LWG 3039 Unnecessary decay in thread and packaged_taskJonathan Wakely1-0/+1
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely1-22/+30
2018-02-23PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely1-9/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-6/+1
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-17PR77998 Remove std::thread::_Invoker::result_typeJonathan Wakely1-6/+3
2016-10-13Replace __bind_simple with std::thread::__make_invokerJonathan Wakely1-3/+53
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-1/+1
2016-04-18Define std::thread::id comparison operators at namespace-scopeJonathan Wakely1-14/+20
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely1-3/+24
2015-11-12* include/std/thread: Include <cerrno> for EINTR.Jonathan Wakely1-0/+1
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely1-3/+13
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely1-42/+50