Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.cpp92 if ((m_events.GetEventBits() & event_proc_thread_running) == 0) { in StartProcessStatusThread()
98 m_events.WaitForSetEvents(event_proc_thread_running); in StartProcessStatusThread()
105 m_events.ResetEvents(event_proc_thread_running); in StartProcessStatusThread()
113 if ((m_events.GetEventBits() & event_proc_thread_running) == in StopProcessStatusThread()
114 event_proc_thread_running) { in StopProcessStatusThread()
146 ctx.Events().SetEvents(RNBContext::event_proc_thread_running); in ThreadFunctionProcessStatus()
244 ctx.Events().ResetEvents(event_proc_thread_running); in ThreadFunctionProcessStatus()
253 if (events & event_proc_thread_running) in EventsAsString()
DRNBContext.h26 event_proc_thread_running = 0x002, // Sticky enumerator
41 sticky_event_bits = event_proc_thread_running | event_read_thread_running,