Boost C++ Libraries: Ticket #7594: Allow to disable thread interruptions https://svn.boost.org/trac10/ticket/7594 <p> There is a tickets requesting a condition_variable that should be as efficient as if it was hand written. The fact that boost::thread are interruptible makes condition_variables less efficient that when the threads are not interruptible as they are interruption points. </p> <p> One valid alternative on some contexts could be to disallows interruption. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7594 Trac 1.4.3 viboes Sun, 28 Oct 2012 20:01:45 GMT status, summary changed https://svn.boost.org/trac10/ticket/7594#comment:1 https://svn.boost.org/trac10/ticket/7594#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>summary</strong> <span class="trac-field-old">Allow to disallow threas interruptions</span> → <span class="trac-field-new">Allow to disallow thread interruptions</span> </li> </ul> Ticket viboes Mon, 29 Oct 2012 01:55:34 GMT milestone deleted https://svn.boost.org/trac10/ticket/7594#comment:2 https://svn.boost.org/trac10/ticket/7594#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-deleted">To Be Determined</span> </li> </ul> Ticket viboes Mon, 29 Oct 2012 02:02:00 GMT summary changed https://svn.boost.org/trac10/ticket/7594#comment:3 https://svn.boost.org/trac10/ticket/7594#comment:3 <ul> <li><strong>summary</strong> <span class="trac-field-old">Allow to disallow thread interruptions</span> → <span class="trac-field-new">Allow to disable thread interruptions</span> </li> </ul> Ticket viboes Mon, 29 Oct 2012 20:02:35 GMT <link>https://svn.boost.org/trac10/ticket/7594#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7594#comment:4</guid> <description> <p> Committed in trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/81105" title="Thread Split lock.hpp + towards allowing to disable interruptions">[81105]</a><a class="changeset" href="https://svn.boost.org/trac10/changeset/81106" title="Thread Split lock.hpp + towards allowing to disable interruptions">[81106]</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Mon, 05 Nov 2012 21:25:54 GMT</pubDate> <title>milestone set https://svn.boost.org/trac10/ticket/7594#comment:5 https://svn.boost.org/trac10/ticket/7594#comment:5 <ul> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.53.0</span> </li> </ul> Ticket viboes Sat, 01 Dec 2012 22:50:53 GMT attachment set https://svn.boost.org/trac10/ticket/7594 https://svn.boost.org/trac10/ticket/7594 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">7594.patch</span> </li> </ul> <p> Added fixes and tests </p> Ticket viboes Sun, 02 Dec 2012 10:44:33 GMT <link>https://svn.boost.org/trac10/ticket/7594#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7594#comment:6</guid> <description> <p> Committed revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/81667" title="Thread: merge from trunk 1.53">[81667]</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sun, 02 Dec 2012 14:16:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7594#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7594#comment:7</guid> <description> <p> Committed in trunk revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/81672" title="Thread: fix some issues when BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS ...">[81672]</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sun, 02 Dec 2012 14:16:37 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/7594 https://svn.boost.org/trac10/ticket/7594 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">7594_2.patch</span> </li> </ul> <p> More fixes </p> Ticket viboes Sat, 08 Dec 2012 15:58:57 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7594#comment:8 https://svn.boost.org/trac10/ticket/7594#comment:8 <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> Ticket