aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/semaphore
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek7-7/+7
2024-10-09libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]Jonathan Wakely1-0/+2
2024-09-14libstdc++: Refactor loops in std::__platform_semaphoreJonathan Wakely2-0/+20
2024-01-03Update copyright years.Jakub Jelinek7-7/+7
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 Wakely4-12/+8
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely4-8/+4
2023-01-16Update copyright years.Jakub Jelinek7-7/+7
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-01-03Update copyright years.Jakub Jelinek7-7/+7
2021-06-22libstdc++: Fix for deadlock in std::counting_semaphore [PR100806]Thomas Rodgers1-0/+57
2021-04-22libstdc++: Fix semaphore to work with system_clock timeoutsJonathan Wakely2-4/+0
2021-04-22libstdc++: Add options for libatomic to testJonathan Wakely1-0/+1
2021-04-20libstdc++: Disable tests that fail after atomic wait/notify rewriteJonathan Wakely2-0/+4
2021-03-10Add options to link with libatomic in various tests.John David Anglin3-0/+3
2021-01-04Update copyright years.Jakub Jelinek7-7/+7
2020-11-25libstdc++: Fix handling of futex wake [PR 97936]Jonathan Wakely1-1/+0
2020-11-24libstdc++: Disable failing tests [PR 97936]Jonathan Wakely1-2/+3
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers7-0/+471