Re: [Boost-bugs] [Boost C++ Libraries] #5845: mutex.inl: wait_mutex (and its callers) ignore failures from WaitForSingleObject

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5845: mutex.inl: wait_mutex (and its callers) ignore failures from WaitForSingleObject
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-31 00:48:48


#5845: mutex.inl: wait_mutex (and its callers) ignore failures from
WaitForSingleObject
---------------------------------+------------------------------------------
  Reporter: noloader@… | Owner: anthonyw
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.47.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------+------------------------------------------
Changes (by Jeffrey Walton <noloader@…>):

 * cc: noloader@… (added)
  * owner: => anthonyw
  * component: None => thread

Comment:

 {{{assert(res == WAIT_OBJECT_0)}}} might be too tight - {{{ assert(res ==
 WAIT_OBJECT_0 || res == WAIT_ABANDONED_0)}}} might be a better choice.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5845#comment:1>
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:50:07 UTC