Home
last modified time | relevance | path

Searched refs:WaitForResetAck (Results 1 – 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBContext.cpp167 ctx.Events().WaitForResetAck(RNBContext::event_proc_stdio_available); in ThreadFunctionProcessStatus()
175 ctx.Events().WaitForResetAck(RNBContext::event_proc_profile_data); in ThreadFunctionProcessStatus()
186 ctx.Events().WaitForResetAck(RNBContext::event_proc_state_changed); in ThreadFunctionProcessStatus()
DPThreadEvent.h41 …uint32_t WaitForResetAck (const uint32_t mask, const struct timespec *timeout_abstime = NULL) c…
DPThreadEvent.cpp219 PThreadEvent::WaitForResetAck (const uint32_t mask, const struct timespec *timeout_abstime) const in WaitForResetAck() function in PThreadEvent
DChangeLog750 (PThreadEvent::WaitForResetAck): Ditto.
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp304 m_events.WaitForResetAck(event_mask); in SetState()
1210 m_events.WaitForResetAck(event_bits); in SharedLibrariesUpdated()
1222 m_events.WaitForResetAck(eEventStdioAvailable); in AppendSTDOUT()
1396 m_events.WaitForResetAck(eEventProfileDataAvailable); in SignalAsyncProfileData()