Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80052 - trunk/libs/thread/doc
From: vicente.botet_at_[hidden]
Date: 2012-08-15 16:25:04


Author: viboes
Date: 2012-08-15 16:25:03 EDT (Wed, 15 Aug 2012)
New Revision: 80052
URL: http://svn.boost.org/trac/boost/changeset/80052

Log:
Thread: manage #7173
Text files modified:
   trunk/libs/thread/doc/thread_ref.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/thread/doc/thread_ref.qbk
==============================================================================
--- trunk/libs/thread/doc/thread_ref.qbk (original)
+++ trunk/libs/thread/doc/thread_ref.qbk 2012-08-15 16:25:03 EDT (Wed, 15 Aug 2012)
@@ -338,7 +338,7 @@
 
 Of course all the synchronization facilities provided by Boost.Thread are also available on native threads.
 
-The `boost::this_thread` interrupt related functions behave in a degraded mode when called from a thread created using the native interface, i.e. `boost::this_thread::interruption_enabled()` returns false. As consequence the use of `boost::this_thread::disable_interruption` and `boost::this_thread::restore_interruption` will do nothing and calls to `boost::this_thread::interrupt_point()` will be just ignored.
+The `boost::this_thread` interrupt related functions behave in a degraded mode when called from a thread created using the native interface, i.e. `boost::this_thread::interruption_enabled()` returns false. As consequence the use of `boost::this_thread::disable_interruption` and `boost::this_thread::restore_interruption` will do nothing and calls to `boost::this_thread::interruption_point()` will be just ignored.
 
 As the single way to interrupt a thread is through a __thread__ instance, `interruption_request()` wiil returns false for the native threads.
 


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