Home
last modified time | relevance | path

Searched refs:event_proc_thread_exiting (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DRNBContext.cpp107 m_events.SetEvents(event_proc_thread_exiting); in StartProcessStatusThread()
119 if (m_events.WaitForSetEvents(RNBContext::event_proc_thread_exiting, in StopProcessStatusThread()
121 RNBContext::event_proc_thread_exiting) { in StopProcessStatusThread()
246 ctx.Events().SetEvents(event_proc_thread_exiting); in ThreadFunctionProcessStatus()
256 if (events & event_proc_thread_exiting) in EventsAsString()
H A DRNBContext.h28 event_proc_thread_exiting = 0x004, enumerator
35 normal_event_bits = event_proc_state_changed | event_proc_thread_exiting |
H A Dlibdebugserver.cpp259 if ((set_events & RNBContext::event_proc_thread_exiting) || in RNBRunLoopInferiorExecuting()
286 if (set_events & RNBContext::event_proc_thread_exiting) { in RNBRunLoopInferiorExecuting()
H A Ddebugserver.cpp546 if ((set_events & RNBContext::event_proc_thread_exiting) || in RNBRunLoopInferiorExecuting()
577 if (set_events & RNBContext::event_proc_thread_exiting) { in RNBRunLoopInferiorExecuting()