Boost C++ Libraries: Ticket #6217: Enhance Boost.Thread shared mutex interface with upwards conversions following Howard Hinnant proposal https://svn.boost.org/trac10/ticket/6217 <p> Currently there are some differences between Boost.Thread and Boost.Interprocess concerning the shared synchronization interfaces. </p> <p> The following references could be taken as a base to choose the final names <a class="ext-link" href="http://home.roadrunner.com/~hinnant/bloomington/shared_mutex.html"><span class="icon">​</span>Shared locking in C++ - Howard Hinnant proposal draft</a> and <a class="ext-link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2094.html"><span class="icon">​</span>N2094 Multithreading API for C++0X - A Layered Approach</a>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6217 Trac 1.4.3 viboes Sun, 11 Mar 2012 19:46:14 GMT type, description, summary changed https://svn.boost.org/trac10/ticket/6217#comment:1 https://svn.boost.org/trac10/ticket/6217#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Tasks</span> → <span class="trac-field-new">Feature Requests</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/6217?action=diff&amp;version=1">diff</a>) </li> <li><strong>summary</strong> <span class="trac-field-old">Make uniform Boost.Thread and Boost.Interprocess synchronization interface</span> → <span class="trac-field-new">Enhace Boost.Thread shared mutex interface following Howard Hinnant proposal</span> </li> </ul> Ticket viboes Mon, 12 Mar 2012 22:56:58 GMT summary changed https://svn.boost.org/trac10/ticket/6217#comment:2 https://svn.boost.org/trac10/ticket/6217#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">Enhace Boost.Thread shared mutex interface following Howard Hinnant proposal</span> → <span class="trac-field-new">Enhance Boost.Thread shared mutex interface following Howard Hinnant proposal</span> </li> </ul> Ticket viboes Tue, 27 Mar 2012 05:52:53 GMT owner, status changed https://svn.boost.org/trac10/ticket/6217#comment:3 https://svn.boost.org/trac10/ticket/6217#comment:3 <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 anonymous Sun, 01 Apr 2012 15:57:53 GMT attachment set https://svn.boost.org/trac10/ticket/6217 https://svn.boost.org/trac10/ticket/6217 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">6217.path</span> </li> </ul> Ticket viboes Sun, 01 Apr 2012 16:02:14 GMT summary changed https://svn.boost.org/trac10/ticket/6217#comment:4 https://svn.boost.org/trac10/ticket/6217#comment:4 <ul> <li><strong>summary</strong> <span class="trac-field-old">Enhance Boost.Thread shared mutex interface following Howard Hinnant proposal</span> → <span class="trac-field-new">Enhance Boost.Thread shared mutex interface with upwards conversions following Howard Hinnant proposal</span> </li> </ul> <p> The attached file contains the shared mutex upwards conversions missing in Boost.Thread. </p> <p> The macro BOOST_THREAD_SHARED_MUTEX_PROVIDES_UPWARDS_CONVERSION must be defined. </p> Ticket viboes Sun, 01 Apr 2012 21:56:58 GMT milestone changed https://svn.boost.org/trac10/ticket/6217#comment:5 https://svn.boost.org/trac10/ticket/6217#comment:5 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.50.0</span> </li> </ul> <p> Committed in trunk revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/77704" title="Thread: Added shared mutex upwards conversion + configuration macros">[77704]</a>. </p> Ticket viboes Mon, 28 May 2012 15:13:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6217#comment:6 https://svn.boost.org/trac10/ticket/6217#comment:6 <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 in release branch at <a class="changeset" href="https://svn.boost.org/trac10/changeset/78543" title="Merged boost.thread from trunk">[78543]</a> </p> Ticket