aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/shared_lock
AgeCommit message (Expand)AuthorFilesLines
2025-03-06libstdc++: Make std::unique_lock self-move-assignableJonathan Wakely1-0/+28
2025-01-02Update copyright years.Jakub Jelinek15-15/+15
2024-01-03Update copyright years.Jakub Jelinek15-15/+15
2023-10-26libstdc++: Fix exception thrown by std::shared_lock::unlock() [PR112089]Jonathan Wakely1-0/+23
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely1-2/+1
2023-01-16Update copyright years.Jakub Jelinek15-15/+15
2022-12-06libstdc++: Add nodiscard attribute to mutex try_lock functionsJonathan Wakely3-4/+4
2022-01-03Update copyright years.Jakub Jelinek15-15/+15
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from concurrency testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek15-15/+15
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay11-22/+15
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-1/+1
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely1-0/+59
2020-01-01Update copyright years.Jakub Jelinek14-14/+14
2019-01-01Update copyright years.Jakub Jelinek14-14/+14
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely13-13/+0
2018-01-03Update copyright years.Jakub Jelinek14-14/+14
2017-06-15Use pthread effective-target in testsuiteRainer Orth11-22/+33
2017-01-01Update copyright years.Jakub Jelinek14-14/+14
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini11-12/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely2-4/+2
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely11-33/+22
2016-04-28libstdc++/70766 use std::addressof instead of operator&Jonathan Wakely1-0/+44
2016-01-04Update copyright years.Jakub Jelinek13-13/+13
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber11-22/+22
2015-04-10shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX T...Jonathan Wakely4-4/+0
2015-03-171.cc: Remove name of unused exception variable.Jonathan Wakely2-69/+1
2015-01-05Update copyright years.Jakub Jelinek14-14/+14
2014-10-15limits: Remove stray semicolon.Paolo Carlini14-38/+38
2014-05-2354297.cc: Remove duplicate dragonfly selector.Jonathan Wakely12-24/+24
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely12-24/+24
2014-02-20Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.Ed Smith-Rowland14-15/+15
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford14-14/+14
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely14-0/+834