Home
last modified time | relevance | path

Searched refs:WaitForSetEvents (Results 1 – 9 of 9) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBContext.cpp99 m_events.WaitForSetEvents (event_proc_thread_running); in StartProcessStatusThread()
120 …if (m_events.WaitForSetEvents(RNBContext::event_proc_thread_exiting, &timeout_abstime) == RNBConte… in StopProcessStatusThread()
Dlibdebugserver.cpp72 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopGetStartModeFromRemote()
254 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopInferiorExecuting()
DPThreadEvent.h36 …uint32_t WaitForSetEvents (const uint32_t mask, const struct timespec *timeout_abstime = NUL…
DPThreadEvent.cpp133 PThreadEvent::WaitForSetEvents(const uint32_t mask, const struct timespec *timeout_abstime) const in WaitForSetEvents() function in PThreadEvent
Ddebugserver.cpp91 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopGetStartModeFromRemote()
259 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopLaunchInferior()
515 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopInferiorExecuting()
607 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopPlatform()
DRNBRemote.cpp474 while ((set_events = events.WaitForSetEvents(events_to_wait_for)) != 0) in GetPacket()
711 events.WaitForSetEvents (RNBContext::event_read_thread_running); in StartReadRemoteDataThread()
733 if (events.WaitForSetEvents(RNBContext::event_read_thread_exiting, &timeout_abstime) == 0) in StopReadRemoteDataThread()
DChangeLog430 (PThreadEvent::WaitForSetEvents): Ditto.
748 (PThreadEvent::WaitForSetEvents): Ditto.
1140 * PThreadEvent.cpp (PThreadEvent::WaitForSetEvents): Simplified
1141 PThreadEvent API to have only one version of WaitForSetEvents
DDNB.cpp888 result = procSP->Events().WaitForSetEvents(event_mask, timeout); in DNBProcessWaitForEvents()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp443 m_private_events.WaitForSetEvents(eEventProcessStoppedStateChanged, timeout_abstime); in Signal()