mirror of
https://github.com/boostorg/thread.git
synced 2026-01-28 19:52:10 +00:00
Udpated shared_memory.
[SVN r17800]
This commit is contained in:
@@ -281,7 +281,7 @@ bool thread_data::timed_join(const boost::xtime& xt)
|
||||
timespec ts;
|
||||
to_timespec(xt, ts);
|
||||
|
||||
res = pthread_timedjoin(m_thread, 0, ts);
|
||||
// res = pthread_timedjoin(m_thread, 0, ts);
|
||||
|
||||
if (res == ETIMEDOUT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user