|
Boost-Commit : |
From: hinnant_at_[hidden]
Date: 2007-12-14 14:12:16
Author: hinnant
Date: 2007-12-14 14:12:15 EST (Fri, 14 Dec 2007)
New Revision: 42046
URL: http://svn.boost.org/trac/boost/changeset/42046
Log:
Updated tag comments for V1 issue 30.
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-14 14:12:15 EST (Fri, 14 Dec 2007)
@@ -1842,10 +1842,10 @@
<blockquote>
<pre><code>
-struct defer_lock_t {}; // do not obtain the lock
-struct try_to_lock_t {}; // try to obtain the lock without blocking
-struct adopt_lock_t {}; // assume the lock is already obtained and
- // take ownership of it
+struct defer_lock_t {}; // do not acquire ownership of the mutex
+struct try_to_lock_t {}; // try to acquire ownership of the mutex without blocking
+struct adopt_lock_t {}; // assume the current thread has already obtained mutex ownership and
+ // manage it
extern const defer_lock_t defer_lock;
extern const try_to_lock_t try_to_lock;
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