aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/jthread
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek5-5/+5
2024-01-03Update copyright years.Jakub Jelinek5-5/+5
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely2-0/+2
2023-09-16libstdc++: Do not require effective target pthread for some testsJonathan Wakely1-3/+2
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely5-9/+4
2023-01-16Update copyright years.Jakub Jelinek5-5/+5
2023-01-15libstdc++: Remove unconditional -pthread from test optionsJonathan Wakely1-1/+1
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-01-03Update copyright years.Jakub Jelinek5-5/+5
2021-10-01libstdc++: Make std::jthread support pointers to member functions [PR 100612]Jonathan Wakely1-0/+24
2021-05-17libstdc++: Fix std::jthread assertion and re-enable skipped testJonathan Wakely3-3/+2
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-11-24libstdc++: Disable failing tests [PR 97936]Jonathan Wakely1-0/+1
2020-11-24libstdc++: Run all tests in fileJonathan Wakely1-1/+2
2020-11-19libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]Jonathan Wakely1-0/+54
2020-11-11libstdc++: Assigning to a joinable std::jthread calls std::terminatePaul Scharnofske1-0/+20
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely2-2/+2
2020-02-29Explicitly link with libatomic when needed.John David Anglin1-0/+1
2020-01-01Update copyright years.Jakub Jelinek4-4/+4
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely4-44/+92
2019-11-15Support for jthread and stop_tokenThomas Rodgers3-0/+252