2
0
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:
William E. Kempf
2003-03-10 20:14:12 +00:00
parent 3627dfc3b7
commit f73253fcf5
4 changed files with 106 additions and 206 deletions

View File

@@ -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)
{