Boost C++ Libraries: Ticket #8239: barrier::wait() not marked as interruption_point https://svn.boost.org/trac10/ticket/8239 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8239 Trac 1.4.3 viboes Tue, 05 Mar 2013 18:07:35 GMT status, milestone changed https://svn.boost.org/trac10/ticket/8239#comment:1 https://svn.boost.org/trac10/ticket/8239#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> <p> Committed revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/83312" title="Thread: #8237, 8239">[83312]</a>. </p> Ticket viboes Sat, 23 Mar 2013 01:50:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8239#comment:2 https://svn.boost.org/trac10/ticket/8239#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Committed revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/83525" title="Thread: merge from trunk. 1.54">[83525]</a>. </p> Ticket