Name |
Last commit
|
Last update |
---|---|---|
.. | ||
call_once | ||
condition_variable | ||
condition_variable_any/cons | ||
headers | ||
lock_guard/requirements | ||
mutex | ||
recursive_mutex | ||
recursive_timed_mutex | ||
thread | ||
timed_mutex | ||
unique_lock |
2008-09-23 Chris Fairles <cfairles@gcc.gnu.org> * include/std/chrono: If _GLIBCXX_USE_MONOTONIC_CLOCK is defined, don't typedef monotonic_clock to system_clock and instead declare new class. * src/chrono.cc: Conditionally define monotonic_clock::now(). * include/std/condition_variable (wait_until): Throw exception if __gthread_cond_timedwait returns with error other than timed_out. Use system_clock as known clock type (__clock_t) and add overloads for known and unknown clocks. In the unknown case, sync to the known clock. Implement overload taking a predicate. (wait_for): Implement overload taking a predicate. * config/abi/pre/gnu.ver: Add exports for monotonic_clock. * testsuite/30_threads/condition_variable_any/cons/assign_neg.cc: Modify line numbers. * testsuite/30_threads/condition_variable_any/cons/copy_neg.cc: Likewise. * testsuite/30_threads/condition_variable/cons/assign_neg.cc: Likewise. * testsuite/30_threads/condition_variable/cons/copy_neg.cc: Likewise. * testsuite/30_threads/condition_variable/member/1.cc: New. * testsuite/30_threads/condition_variable/member/2.cc: Likewise. From-SVN: r140603
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
call_once | Loading commit data... | |
condition_variable | Loading commit data... | |
condition_variable_any/cons | Loading commit data... | |
headers | Loading commit data... | |
lock_guard/requirements | Loading commit data... | |
mutex | Loading commit data... | |
recursive_mutex | Loading commit data... | |
recursive_timed_mutex | Loading commit data... | |
thread | Loading commit data... | |
timed_mutex | Loading commit data... | |
unique_lock | Loading commit data... |