Searched refs:m_reset_condition (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp21 m_reset_condition(),
124 m_reset_condition.Broadcast();
205 err = ::pthread_cond_timedwait (m_reset_condition.Condition(), m_mutex.Mutex(), timeout_abstime);
211 err = ::pthread_cond_wait (m_reset_condition.Condition(), m_mutex.Mutex());
H A DPThreadEvent.h49 mutable PThreadCondition m_reset_condition; member in class:PThreadEvent

Completed in 2201 milliseconds