Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83312 - trunk/libs/thread/doc
From: vicente.botet_at_[hidden]
Date: 2013-03-05 13:05:48


Author: viboes
Date: 2013-03-05 13:05:48 EST (Tue, 05 Mar 2013)
New Revision: 83312
URL: http://svn.boost.org/trac/boost/changeset/83312

Log:
Thread: #8237, 8239
Text files modified:
   trunk/libs/thread/doc/barrier.qbk | 5 ++++-
   trunk/libs/thread/doc/thread_ref.qbk | 1 -
   2 files changed, 4 insertions(+), 2 deletions(-)

Modified: trunk/libs/thread/doc/barrier.qbk
==============================================================================
--- trunk/libs/thread/doc/barrier.qbk (original)
+++ trunk/libs/thread/doc/barrier.qbk 2013-03-05 13:05:48 EST (Tue, 05 Mar 2013)
@@ -63,7 +63,10 @@
 
 [[Returns:] [`true` for exactly one thread from each batch of waiting threads, `false` otherwise.]]
 
-[[Throws:] [__thread_resource_error__ if an error occurs.]]
+[[Throws:] [__thread_resource_error__ if an error occurs. __thread_interrupted__ if the wait was interrupted by a call to
+__interrupt__ on the __thread__ object associated with the current thread of execution.]]
+
+[[Notes:] [`wait()` is an ['interruption point].]]
 
 ]
 

Modified: trunk/libs/thread/doc/thread_ref.qbk
==============================================================================
--- trunk/libs/thread/doc/thread_ref.qbk (original)
+++ trunk/libs/thread/doc/thread_ref.qbk 2013-03-05 13:05:48 EST (Tue, 05 Mar 2013)
@@ -1708,7 +1708,6 @@
 [section:threadgroup Class `thread_group` EXTENSION]
 
     #include <boost/thread/thread.hpp>
- #include <boost/thread/thread_group.hpp>
 
     class thread_group
     {


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