|
Boost-Commit : |
From: Lawrence_at_[hidden]
Date: 2007-12-17 20:43:32
Author: crowl
Date: 2007-12-17 20:43:32 EST (Mon, 17 Dec 2007)
New Revision: 42136
URL: http://svn.boost.org/trac/boost/changeset/42136
Log:
Clarify atomic status of notify_one and notify_all.
Text files modified:
sandbox/committee/LWG/thread_library.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-17 20:43:32 EST (Mon, 17 Dec 2007)
@@ -2862,8 +2862,10 @@
</p>
<p>
+The execution of <code>notify_one</code> and <code>notify_all</code>
+shall be atomic.
The execution of <code>wait</code> and <code>timed_wait</code>
-is performed in three atomic parts:
+shall be performed in three atomic parts:
</p>
<ol>
@@ -5091,4 +5093,4 @@
</p>
</body>
-</html>
\ No newline at end of file
+</html>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk