Searched refs:WaitForSetEvents (Results 1 – 9 of 9) sorted by relevance
99 m_events.WaitForSetEvents (event_proc_thread_running); in StartProcessStatusThread()120 …if (m_events.WaitForSetEvents(RNBContext::event_proc_thread_exiting, &timeout_abstime) == RNBConte… in StopProcessStatusThread()
72 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()
36 …uint32_t WaitForSetEvents (const uint32_t mask, const struct timespec *timeout_abstime = NUL…
133 PThreadEvent::WaitForSetEvents(const uint32_t mask, const struct timespec *timeout_abstime) const in WaitForSetEvents() function in PThreadEvent
91 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()
474 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()
430 (PThreadEvent::WaitForSetEvents): Ditto.748 (PThreadEvent::WaitForSetEvents): Ditto.1140 * PThreadEvent.cpp (PThreadEvent::WaitForSetEvents): Simplified1141 PThreadEvent API to have only one version of WaitForSetEvents
888 result = procSP->Events().WaitForSetEvents(event_mask, timeout); in DNBProcessWaitForEvents()
443 m_private_events.WaitForSetEvents(eEventProcessStoppedStateChanged, timeout_abstime); in Signal()