Home
last modified time | relevance | path

Searched refs:event_proc_thread_running (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBContext.cpp92 if ((m_events.GetEventBits() & event_proc_thread_running) == 0) in StartProcessStatusThread()
99 m_events.WaitForSetEvents (event_proc_thread_running); in StartProcessStatusThread()
105 m_events.ResetEvents (event_proc_thread_running); in StartProcessStatusThread()
115 if ((m_events.GetEventBits() & event_proc_thread_running) == event_proc_thread_running) in StopProcessStatusThread()
147 ctx.Events().SetEvents (RNBContext::event_proc_thread_running); in ThreadFunctionProcessStatus()
209 ctx.Events().ResetEvents(event_proc_thread_running); in ThreadFunctionProcessStatus()
221 if (events & event_proc_thread_running) in EventsAsString()
DRNBContext.h29 event_proc_thread_running = 0x02, // Sticky enumerator
44 sticky_event_bits = event_proc_thread_running |