Title
Various threading bugs #9
Status
nad
Section
[thread.condition.condvar]
Submitter
Pete Becker

Created on 2009-01-07.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

condition_variable::wait_for no longer refers to monotonic_clock, so this issue is moot.

Date: 2009-11-18.00:00:00

[ 2009-11-18 Moved to Tentatively NAD after 5 positive votes on c++std-lib. Rationale added below. ]

Date: 2010-10-21.18:28:33

[ 2009-10 Santa Cruz: ]

Leave open, but expect to be fixed by N2969 revision that Detlef is writing.

Date: 2009-08-01.00:00:00

[ 2009-08-01 Howard adds: ]

I believe that 859 (currently Ready) addresses this issue, and that this issue should be marked NAD, solved by 859 (assuming it moves to WP).

Date: 2010-10-21.18:28:33

[ Summit: ]

Move to open. Associate with LWG 859 and any other monotonic-clock related issues.

Date: 2009-01-07.00:00:00

[thread.condition.condvar]: condition_variable::wait_for is required to compute the absolute time by adding the duration value to chrono::monotonic_clock::now(), but monotonic_clock is not required to exist.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg4568
2010-10-21 18:28:33adminsetmessages: + msg4567
2010-10-21 18:28:33adminsetmessages: + msg4566
2010-10-21 18:28:33adminsetmessages: + msg4565
2010-10-21 18:28:33adminsetmessages: + msg4564
2009-01-07 00:00:00admincreate