aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/this_thread
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek10-10/+10
2024-01-03Update copyright years.Jakub Jelinek10-10/+10
2023-01-16Update copyright years.Jakub Jelinek10-10/+10
2022-06-21libstdc++: testsuite: call sched_yield for nonpreemptive targetsAlexandre Oliva1-0/+1
2022-01-03Update copyright years.Jakub Jelinek10-10/+10
2021-01-04Update copyright years.Jakub Jelinek10-10/+10
2020-11-19libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]Jonathan Wakely1-0/+51
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay3-6/+3
2020-08-11libstdc++: Make std::this_thread functions work without gthreadsJonathan Wakely7-6/+91
2020-01-01Update copyright years.Jakub Jelinek7-7/+7
2019-01-01Update copyright years.Jakub Jelinek7-7/+7
2018-10-11PR libstdc++/80538 Only call sleep for non-zero valuesJonathan Wakely1-3/+12
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely5-5/+0
2018-01-03Update copyright years.Jakub Jelinek7-7/+7
2017-06-15Use pthread effective-target in testsuiteRainer Orth6-11/+17
2017-01-01Update copyright years.Jakub Jelinek7-7/+7
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini5-16/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely2-3/+2
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely5-15/+10
2016-01-04Update copyright years.Jakub Jelinek7-7/+7
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely1-0/+37
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely1-2/+62
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber4-8/+8
2015-03-26re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)Jonathan Wakely2-0/+82
2015-01-05Update copyright years.Jakub Jelinek4-4/+4
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini4-12/+12
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely4-8/+8
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford4-4/+4
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge4-8/+8
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford4-4/+4
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely3-6/+5
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth4-8/+8
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth4-8/+8
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely4-12/+12
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek4-53/+17
2009-02-21this_thread: Move...Benjamin Kosnik4-0/+264