1 parent 60723e1 commit 53cba43Copy full SHA for 53cba43
1 file changed
source/threads.tex
@@ -2686,9 +2686,9 @@
2686
\end{enumerate}
2687
2688
\pnum
2689
-The implementation shall behave as if \tcode{notify_one}, \tcode{notify_all}, and each
+The implementation shall behave as if all executions of \tcode{notify_one}, \tcode{notify_all}, and each
2690
part of the \tcode{wait}, \tcode{wait_for}, and \tcode{wait_until} executions are
2691
-executed in some unspecified total order.
+executed in a single unspecified total order consistent with the "happens before" order.
2692
2693
2694
Condition variable construction and destruction need not be synchronized.
0 commit comments