Home
last modified time | relevance | path

Searched refs:m_reset_condition (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DPThreadEvent.cpp18 : m_mutex(), m_set_condition(), m_reset_condition(), m_bits(bits), in PThreadEvent()
104 m_reset_condition.Broadcast(); in ResetEvents()
174 err = ::pthread_cond_timedwait(m_reset_condition.Condition(), in WaitForEventsToReset()
179 err = ::pthread_cond_wait(m_reset_condition.Condition(), m_mutex.Mutex()); in WaitForEventsToReset()
DPThreadEvent.h51 mutable PThreadCondition m_reset_condition; variable
DChangeLog753 (PThreadEvent::m_reset_condition): New mutable class member.