[Boost-bugs] [Boost C++ Libraries] #1867: Missing member functions in shared_mutex (win32)

Subject: [Boost-bugs] [Boost C++ Libraries] #1867: Missing member functions in shared_mutex (win32)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-26 12:34:27


#1867: Missing member functions in shared_mutex (win32)
--------------------------------------------------------------+-------------
 Reporter: andysem_at_[hidden] | Owner: anthonyw
     Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: thread
  Version: Boost 1.35.0 | Severity: Problem
 Keywords: thread, shared_mutex, try_lock, try_lock_upgrade |
--------------------------------------------------------------+-------------
 The windows implementation of shared_mutex does not provide try_lock and
 try_lock_upgrade member functions, while pthread version does. I guess,
 the functions were simply forgotten to be implemented.

 The try_lock function can be a trivial wrapper on top of timed_lock. The
 try_lock_upgrade function is a bit more complicated and, AFAICT, a part of
 lock_upgrade can be extracted as try_lock_upgrade.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1867>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC