[Boost-bugs] [Boost C++ Libraries] #8239: barrier::wait() not marked as interruption_point

Subject: [Boost-bugs] [Boost C++ Libraries] #8239: barrier::wait() not marked as interruption_point
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-05 06:52:37


#8239: barrier::wait() not marked as interruption_point
----------------------------------------------------+-----------------------
 Reporter: olli | Owner: viboes
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.53.0 | Severity: Cosmetic
 Keywords: thread interruption_point barrier wait |
----------------------------------------------------+-----------------------
 In the documentation (1.53) barrier::wait() is not marked as
 interruption-point nor that it will throw thread_interrupted if the thread
 blocked inside barrier::wait() gets interrupted.
 Because barrier::wait() calls condition_variable::wait() and
 condition_variable::wait() is a interruption-point barrier::wait() should
 it be too.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8239>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC