mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 11:32:12 +00:00
Cleanup: always #include <boost/thread/detail/config.hpp> first; eliminate tabs; etc.
[SVN r23197]
This commit is contained in:
@@ -611,7 +611,7 @@ bool condition_impl::do_timed_wait(const xtime& xt)
|
||||
unsigned was_gone=0;
|
||||
|
||||
lStatus = safe_enter_critical_region(m_mutex, kDurationForever,
|
||||
m_mutex_mutex);
|
||||
m_mutex_mutex);
|
||||
assert(lStatus == noErr);
|
||||
was_waiting = m_waiting;
|
||||
was_gone = m_gone;
|
||||
|
||||
Reference in New Issue
Block a user