Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-12-05 17:30:48


Author: crowl
Date: 2007-12-05 17:30:47 EST (Wed, 05 Dec 2007)
New Revision: 41764
URL: http://svn.boost.org/trac/boost/changeset/41764

Log:
Apply synchronization wording changes to timed mutex as well.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-05 17:30:47 EST (Wed, 05 Dec 2007)
@@ -1540,8 +1540,8 @@
 <dt>Synchronization:</dt>
 <dd>
 If <code>timed_lock</code> returns <code>true</code>,
-it synchronizes with ([intro.multithread])
-prior <code>unlock()</code> operations on the same object.
+prior <code>unlock()</code> operations on the same object
+synchronize with ([intro.multithread]) this operation.
 </dd>
 
 <dt>Throws:</dt>
@@ -1592,8 +1592,8 @@
 <dt>Synchronization:</dt>
 <dd>
 If <code>timed_lock</code> returns <code>true</code>,
-it is an acquire operation
-([intro.multithread]).
+prior <code>unlock()</code> operations on the same object
+synchronize with ([intro.multithread]) this operation.
 </dd>
 
 <dt>Throws:</dt>


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