aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/condition_variable
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely1-1/+1
2021-10-07libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely1-2/+1
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-25libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely1-13/+5
2020-10-22libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely1-3/+0
2020-09-11libstdc++: Avoid rounding errors on custom clocks in condition_variableMike Crowe1-9/+9
2020-09-10libstdc++: Fix -Wdeprecated-declarations warningsJonathan Wakely1-0/+3
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely1-2/+1
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely1-0/+3
2020-01-08Rename condition_variable_any wait* methods to match current draft standardThomas Rodgers1-15/+15
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-15Support for jthread and stop_tokenThomas Rodgers1-0/+84
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe1-11/+51
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-25Use steady_clock to implement condition_variable::wait_for with predicateMike Crowe1-2/+3
2018-08-01Use steady_clock to implement condition_variable::wait_forMike Crowe1-2/+3
2018-08-01Report early wakeup of condition_variable::wait_until as no_timeoutMike Crowe1-1/+8
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-4/+2
2018-07-25Move std::unique_lock definition to a separate headerJonathan Wakely1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely1-2/+14
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-2/+2
2016-01-06Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-28LWG 2135: terminate() in condition_variable::wait()Jonathan Wakely1-1/+1
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely1-1/+1
2015-09-03Clean up libstdc++ includes slightly.Jonathan Wakely1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely1-0/+9
2014-06-02condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely1-1/+8
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-07-21re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)Jonathan Wakely1-13/+23
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-15re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...Jonathan Wakely1-11/+8
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2012-07-05* include/std/condition_variable: Update copyright years.Jonathan Wakely1-1/+1
2012-07-04re PR libstdc++/53830 (condition_variable_any - deadlock issue)Jonathan Wakely1-19/+27
2011-10-27re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely1-1/+7
2011-10-25condition_variable (condition_variable_any): Remove unused native_handle_type...Jonathan Wakely1-1/+0
2011-10-25re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely1-8/+13
2011-10-25re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor)Jonathan Wakely1-8/+13
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-1/+1
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-3/+3
2010-02-10hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini1-1/+1
2010-02-03condition_variable (condition_variable_any): Provide definitions for all memb...Jonathan Wakely1-11/+36
2010-01-31revert: condition_variable (condition_variable_any:: wait<>(_Lock&)): Provide...Paolo Carlini1-49/+2