|
Boost-Commit : |
From: hinnant_at_[hidden]
Date: 2007-12-14 12:15:36
Author: hinnant
Date: 2007-12-14 12:15:35 EST (Fri, 14 Dec 2007)
New Revision: 42039
URL: http://svn.boost.org/trac/boost/changeset/42039
Log:
V1 issue 15.
Text files modified:
sandbox/committee/LWG/issues.html | 2 +-
sandbox/committee/LWG/thread_library.html | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html (original)
+++ sandbox/committee/LWG/issues.html 2007-12-14 12:15:35 EST (Fri, 14 Dec 2007)
@@ -148,7 +148,7 @@
nearest native resolution" should be "rounded to the next larger value
that
can be represented in the native resolution" </p>
-<p>15. [thread.mutex.requirements] (30.3.1), introduction: "The thread
+<p>✎ 15. [thread.mutex.requirements] (30.3.1), introduction: "The thread
that calls
lock() for a mutex object shall call unlock()." This is a requirement,
mixed
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-14 12:15:35 EST (Fri, 14 Dec 2007)
@@ -1271,8 +1271,6 @@
and allows thread-safe synchronization of data between threads.
A thread obtains ownership of a mutex object by calling <code>lock()</code>
and relinquishes ownership by calling <code>unlock()</code>.
-The thread that calls <code>lock()</code> for a mutex object
-shall call <code>unlock()</code>.
Mutexes may be either recursive or non-recursive,
and may grant simultaneous ownership to one or many threads.
The mutex types supplied by the Standard Library
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