Boost C++ Libraries: Ticket #2430: shared_mutex for win32 doesn't have timed_lock_upgrade https://svn.boost.org/trac10/ticket/2430 <p> The shared_mutex in boost/thread/win32/shared_mutex.hpp doesn't provide timed_lock_upgrade method while the POSIX counterpart does. Applies to 1.36, 1.37 (release in SVN) and trunk. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2430 Trac 1.4.3 viboes Wed, 09 Jun 2010 20:33:22 GMT cc set https://svn.boost.org/trac10/ticket/2430#comment:1 https://svn.boost.org/trac10/ticket/2430#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">viboes</span> added </li> </ul> Ticket _alek@… Sun, 26 Sep 2010 10:45:35 GMT <link>https://svn.boost.org/trac10/ticket/2430#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2430#comment:2</guid> <description> <p> and respective timed_unlock_upgrade_and_lock methods </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Anthony Williams</dc:creator> <pubDate>Thu, 28 Oct 2010 10:29:17 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/2430#comment:3 https://svn.boost.org/trac10/ticket/2430#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Sun, 04 Mar 2012 20:53:06 GMT type changed https://svn.boost.org/trac10/ticket/2430#comment:4 https://svn.boost.org/trac10/ticket/2430#comment:4 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Feature Requests</span> </li> </ul> <p> As these members are not documented, this should be taken as Feature request. </p> Ticket viboes Sun, 08 Apr 2012 22:24:54 GMT owner, status changed https://svn.boost.org/trac10/ticket/2430#comment:5 https://svn.boost.org/trac10/ticket/2430#comment:5 <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">assigned</span> → <span class="trac-field-new">new</span> </li> </ul> <p> When BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN is defined in trunk it provides the equivalent interface using chrono. Let me know if this respond to your request. </p> Ticket viboes Mon, 28 May 2012 16:43:54 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/2430#comment:6 https://svn.boost.org/trac10/ticket/2430#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.37.0</span> → <span class="trac-field-new">Boost 1.50.0</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 viboes Sat, 19 Jan 2013 11:06:04 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/2430#comment:7 https://svn.boost.org/trac10/ticket/2430#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> Reopened as BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN will not be defined by default and as <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7906" title="#7906: Bugs: Very bad performance of generic implementation of shared_mutex on windows (closed: wontfix)">#7906</a> states there is a lost in performances when this define is defined. </p> Ticket viboes Sat, 19 Jan 2013 11:06:19 GMT milestone changed https://svn.boost.org/trac10/ticket/2430#comment:8 https://svn.boost.org/trac10/ticket/2430#comment:8 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.50.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket