aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/recursive_mutex
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek13-13/+13
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2023-01-16Update copyright years.Jakub Jelinek13-13/+13
2022-01-03Update copyright years.Jakub Jelinek13-13/+13
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay9-18/+9
2020-01-01Update copyright years.Jakub Jelinek13-13/+13
2019-01-01Update copyright years.Jakub Jelinek13-13/+13
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely13-13/+0
2018-01-03Update copyright years.Jakub Jelinek13-13/+13
2017-06-15Use pthread effective-target in testsuiteRainer Orth9-18/+27
2017-01-01Update copyright years.Jakub Jelinek13-13/+13
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini7-7/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely4-8/+4
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely9-27/+18
2016-01-04Update copyright years.Jakub Jelinek13-13/+13
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber9-18/+18
2015-08-132.cc: New.Jonathan Wakely1-0/+43
2015-01-05Update copyright years.Jakub Jelinek12-12/+12
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini12-28/+28
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely8-16/+16
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford12-12/+12
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge8-16/+16
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford12-12/+12
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth8-16/+16
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth8-16/+16
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely8-24/+24
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2-6/+4
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2-4/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek12-153/+53
2009-03-13typesizes.cc: Include tweaks.Benjamin Kosnik1-1/+1
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik2-2/+2
2009-02-13all.h (compare_type_to_native_type_sizes): To...Benjamin Kosnik1-1/+1
2009-02-10condition_variable (condition_variable): Remove _M_internal_mutex.Benjamin Kosnik3-4/+38
2009-01-29testsuite_common_types.h (has_trivial_cons_dtor): New.Benjamin Kosnik1-0/+40
2008-09-28mutex (try_lock): Implement generic try_lock.Chris Fairles2-2/+2
2008-09-03condition_variable: Use new deleted ctors.Chris Fairles4-0/+272
2008-09-03condition_variable: Use new deleted ctors.Chris Fairles6-13/+35
2008-07-23condition_variable: Update to N2691 WD.Chris Fairles2-2/+2
2008-07-16assign_neg.cc: Adjust dg-error lines.Paolo Carlini2-2/+2
2008-05-15mutex (mutex::try_lock): Eat errors.Benjamin Kosnik5-5/+8
2008-05-07mutex (mutex::mutex): Fix usage of initializing macro.Benjamin Kosnik2-2/+2
2008-05-06condition_variable: New.Benjamin Kosnik6-0/+284