summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/mutex
Commit message (Expand)AuthorAgeFilesLines
* Simplify std::scoped_lock destructorJonathan Wakely2019-06-121-5/+1
* Improve docs for mutexesJonathan Wakely2019-05-021-3/+7
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-261-3/+0
* Move std::unique_lock definition to a separate headerJonathan Wakely2018-07-251-0/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/82481 Suppress clang-tidy warningsJonathan Wakely2017-10-131-0/+6
* PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely2017-09-121-2/+2
* Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely2017-07-151-3/+3
* Fixes to Doxygen comments in libstdc++ headersJonathan Wakely2017-05-171-6/+6
* Add std::scoped_lock for C++17Jonathan Wakely2017-03-051-0/+68
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Split <functional> into smaller piecesJonathan Wakely2016-10-211-1/+1
* Avoid #include <functional> in other headersJonathan Wakely2016-10-131-1/+3
* Simplify std::call_once implementationJonathan Wakely2016-10-121-23/+7
* Do not copy std:call_once arguments (LWG 2442)Jonathan Wakely2016-10-121-12/+23
* More noexcept for standard mutex types and locksJonathan Wakely2016-10-111-3/+3
* Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely2016-01-061-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Improve generated libstdc++ API docsJonathan Wakely2015-12-101-2/+2
* Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely2015-09-091-5/+5
* fix darwin bootstrap errors due to <mutex>.Jonathan Wakely2015-09-041-9/+10
* Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely2015-09-041-270/+147
* Clean up libstdc++ includes slightly.Jonathan Wakely2015-09-031-1/+0
* re PR libstdc++/67408 (<mutex> assumes that __gthread_mutex_t and__gthread_re...Sebastian Huber2015-09-021-2/+15
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* mutex (try_lock): Do not swallow exceptions.Jonathan Wakely2014-09-221-6/+1
* condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely2014-06-021-0/+3
* re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely2014-05-131-37/+20
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* re PR libstdc++/54562 (mutex and condition variable timers)Jonathan Wakely2013-11-111-14/+10
* re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)Jonathan Wakely2013-06-181-88/+54
* mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.Jonathan Wakely2013-06-101-1/+1
* hashtable_policy.h (_Hashtable_ebo_helper): Fix comment.Jonathan Wakely2013-04-281-1/+1
* re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiri...Jonathan Wakely2013-03-161-3/+6
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-2/+2
* re PR other/53889 (Gthreads doesn't support destroying recursive mutexes)Jonathan Wakely2012-10-021-38/+2
* re PR libstdc++/53578 (include/ext/concurrence.h relies on ill-formed narrowi...Jonathan Wakely2012-06-151-2/+2
* re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)Jonathan Wakely2012-02-071-1/+1
* mutex (call_once): Store closure in __once_functor as bound function wrapper ...Jonathan Wakely2011-11-071-1/+2
* re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely2011-11-071-1/+1
* re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor)Jonathan Wakely2011-11-051-2/+2
* re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor)Jonathan Wakely2011-10-251-100/+101
* re PR libstdc++/50196 ([C++0x] std::thread not available under macos)Jonathan Wakely2011-10-221-0/+2
* mutex (timed_mutex, [...]): Update to use steady_clock instead of monotonic_c...Paolo Carlini2011-07-211-2/+2
* re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely2011-07-091-2/+2
* mutex: Add doxygen comments.Jonathan Wakely2011-05-261-0/+4
* thread: Use noexcept throughout per the FDIS.Paolo Carlini2011-05-251-18/+18
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5