aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/mutex
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek14-14/+14
2024-01-03Update copyright years.Jakub Jelinek14-14/+14
2023-01-16Update copyright years.Jakub Jelinek14-14/+14
2022-01-03Update copyright years.Jakub Jelinek14-14/+14
2021-01-04Update copyright years.Jakub Jelinek14-14/+14
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay9-18/+9
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 Wakely14-14/+0
2018-01-03Update copyright years.Jakub Jelinek14-14/+14
2017-06-15Use pthread effective-target in testsuiteRainer Orth9-18/+27
2017-01-01Update copyright years.Jakub Jelinek14-14/+14
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini7-7/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely5-10/+5
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely9-27/+18
2016-01-04Update copyright years.Jakub Jelinek14-14/+14
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 Jelinek13-13/+13
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini13-29/+29
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 Sandiford13-13/+13
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge8-16/+16
2013-06-10mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.Jonathan Wakely1-9/+13
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford13-13/+13
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth8-16/+16
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth8-16/+16
2012-02-0739909.cc: Remove duplicate target selector.Jonathan Wakely8-16/+16
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely8-24/+24
2010-11-04re PR libstdc++/46303 ('mutex' is not a member of 'std' failures in 30_thread...Paolo Carlini1-0/+2
2010-11-01libstdc++: N3126 draft support.Benjamin Kosnik1-0/+29
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 Fairles10-21/+58
2008-07-23condition_variable: Update to N2691 WD.Chris Fairles2-2/+2
2008-05-15mutex (mutex::try_lock): Eat errors.Benjamin Kosnik9-13/+20
2008-05-07mutex (mutex::mutex): Fix usage of initializing macro.Benjamin Kosnik2-2/+2
2008-05-06condition_variable: New.Benjamin Kosnik10-0/+530