Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBContext.cpp93 if ((m_events.GetEventBits() & event_proc_thread_running) == 0) { in StartProcessStatusThread()
99 m_events.WaitForSetEvents(event_proc_thread_running); in StartProcessStatusThread()
106 m_events.ResetEvents(event_proc_thread_running); in StartProcessStatusThread()
114 if ((m_events.GetEventBits() & event_proc_thread_running) == in StopProcessStatusThread()
115 event_proc_thread_running) { in StopProcessStatusThread()
147 ctx.Events().SetEvents(RNBContext::event_proc_thread_running); in ThreadFunctionProcessStatus()
245 ctx.Events().ResetEvents(event_proc_thread_running); in ThreadFunctionProcessStatus()
254 if (events & event_proc_thread_running) in EventsAsString()
H A DRNBContext.h27 event_proc_thread_running = 0x002, // Sticky enumerator
40 sticky_event_bits = event_proc_thread_running | event_read_thread_running,