Boost C++ Libraries: Ticket #9572: this_thread::yield is not acting like an interruption point. https://svn.boost.org/trac10/ticket/9572 <p> I'm using boost 1.54 built with clang 3.2-7ubuntu. </p> <p> boost::this_thread::yield() will not throw the boost interruption exception when an interruption is sent to the thread. The documentation indicates that it should. If I add a boost::this_thread::interruption_point() the exception is thrown as expected. This is very similar to issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7238" title="#7238: Bugs: this_thread::sleep_for() does not respond to interrupt() (closed: fixed)">#7238</a> and the test could be modified to reproduce this issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9572 Trac 1.4.3 James Hart <beeblebrox42@…> Tue, 14 Jan 2014 17:48:41 GMT cc set https://svn.boost.org/trac10/ticket/9572#comment:1 https://svn.boost.org/trac10/ticket/9572#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">beeblebrox42@…</span> added </li> </ul> <p> Never mind, I was mistaken the documentation does NOT state this is an interruption point. It should be fine to mark this as wontfix. </p> Ticket viboes Tue, 14 Jan 2014 20:44:40 GMT owner, status changed https://svn.boost.org/trac10/ticket/9572#comment:2 https://svn.boost.org/trac10/ticket/9572#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Tue, 14 Jan 2014 20:44:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9572#comment:3 https://svn.boost.org/trac10/ticket/9572#comment:3 <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">invalid</span> </li> </ul> Ticket