Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2007-12-14 14:04:27


Author: bemandawes
Date: 2007-12-14 14:04:27 EST (Fri, 14 Dec 2007)
New Revision: 42044
URL: http://svn.boost.org/trac/boost/changeset/42044

Log:
V1 issue #41
Text files modified:
   sandbox/committee/LWG/thread_library.html | 22 ++++------------------
   1 files changed, 4 insertions(+), 18 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-14 14:04:27 EST (Fri, 14 Dec 2007)
@@ -2824,8 +2824,9 @@
 <h3><a name="thread.condition">30.4 Condition variables [thread.condition]</a></h3>
 
 <p>
-Condition variables provide a mechanism to implement the monitor pattern.
-</p>
+Condition variables provide a synchronization primitive used to block a thread
+until notified by some other thread that some condition is met, or until a
+system time is reached.</p>
 
 <p>
 Condition variables permit concurrent invocation
@@ -2858,14 +2859,6 @@
 
 <h4><a name="thread.condvar">30.4.1 Class condition_variable [thread.condvar]</a></h4>
 
-<p>
-An object of class <code>condition_variable</code>
-is a synchronization primitive
-used to cause a thread to wait
-until notified by some other thread that some condition is met,
-or until a system time is reached.
-</p>
-
 <blockquote>
 <pre><code>
 namespace std {
@@ -3260,13 +3253,6 @@
 <h4><a name="thread.condvarany">30.4.2 Class condition_variable_any [thread.condvarany]</a></h4>
 
 <p>
-An object of class <code>condition_variable_any</code>
-is a synchronization primitive
-used to cause a thread to wait until notified by some other
-thread that some condition is met, or a system time is reached.
-</p>
-
-<p>
 To meet the Lock requirement, types shall meet the Mutex requirement except that
 <code>try_lock</code> is not required.
 [<i>Note:</i>
@@ -5091,4 +5077,4 @@
 </p>
 
 </body>
-</html>
+</html>
\ No newline at end of file


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