Boost C++ Libraries: Ticket #2955: [patch] recursive mutex impossible if pthread_mutexattr_settype not defined https://svn.boost.org/trac10/ticket/2955 <p> This patch makes recursive_mutex not exist if pthread_mutexattr_settype isn't defined (since it is impossible to make a recursive mutex without it). </p> <p> A platform that has this problem is vxWorks. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2955 Trac 1.4.3 Dustin Spicuzza <dustin@…> Sat, 18 Apr 2009 18:51:08 GMT attachment set https://svn.boost.org/trac10/ticket/2955 https://svn.boost.org/trac10/ticket/2955 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_38_0.thread.vxworks.patch</span> </li> </ul> Ticket Dustin Spicuzza <dustin@…> Sat, 18 Apr 2009 22:05:34 GMT type changed https://svn.boost.org/trac10/ticket/2955#comment:1 https://svn.boost.org/trac10/ticket/2955#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket viboes Fri, 20 Nov 2009 12:00:49 GMT <link>https://svn.boost.org/trac10/ticket/2955#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2955#comment:2</guid> <description> <p> There is also a possible emulation based on the win32 recursive_mutex emulation. Anthony, what do you think about the emulation? If not provided, it would be good to add a warning, "recursive_mutex not supported on this platform". </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Anthony Williams</dc:creator> <pubDate>Thu, 10 Jun 2010 08:12:03 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2955#comment:3 https://svn.boost.org/trac10/ticket/2955#comment:3 <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> </ul> <p> Fixed on trunk. </p> Ticket