Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9618: try_join_for problem: program is not terminate.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-01-31 20:15:21
#9618: try_join_for problem: program is not terminate.
---------------------------------+--------------------------
Reporter: oniprog <tkuman@â¦> | Owner: viboes
Type: Bugs | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: try_join_for
---------------------------------+--------------------------
Comment (by viboes):
HI, next follows an extract of the description I found in
http://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_cond_wait.html.
"The pthread_cond_timedwait() function shall be equivalent to
pthread_cond_wait(), except that an error is returned if the absolute time
specified by abstime passes (that is, system time equals or exceeds
abstime) before the condition cond is signaled or broadcasted, or if the
absolute time specified by abstime has already been passed at the time of
the call."
I don't know how to implement what you are requesting.
Why do you want to wait for 0 milliseconds?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9618#comment:4> 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:15 UTC