Skip to content

Commit 53cba43

Browse files
jwakelyStefanus Du Toit
authored andcommitted
LWG2190 Condition variable specification
1 parent 60723e1 commit 53cba43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,9 +2686,9 @@
26862686
\end{enumerate}
26872687

26882688
\pnum
2689-
The implementation shall behave as if \tcode{notify_one}, \tcode{notify_all}, and each
2689+
The implementation shall behave as if all executions of \tcode{notify_one}, \tcode{notify_all}, and each
26902690
part of the \tcode{wait}, \tcode{wait_for}, and \tcode{wait_until} executions are
2691-
executed in some unspecified total order.
2691+
executed in a single unspecified total order consistent with the "happens before" order.
26922692

26932693
\pnum
26942694
Condition variable construction and destruction need not be synchronized.

0 commit comments

Comments
 (0)