Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.cpp106 m_events.SetEvents(event_proc_thread_exiting); in StartProcessStatusThread()
118 if (m_events.WaitForSetEvents(RNBContext::event_proc_thread_exiting, in StopProcessStatusThread()
120 RNBContext::event_proc_thread_exiting) { in StopProcessStatusThread()
245 ctx.Events().SetEvents(event_proc_thread_exiting); in ThreadFunctionProcessStatus()
255 if (events & event_proc_thread_exiting) in EventsAsString()
DRNBContext.h27 event_proc_thread_exiting = 0x004, enumerator
35 normal_event_bits = event_proc_state_changed | event_proc_thread_exiting |
Dlibdebugserver.cpp259 if ((set_events & RNBContext::event_proc_thread_exiting) || in RNBRunLoopInferiorExecuting()
286 if (set_events & RNBContext::event_proc_thread_exiting) { in RNBRunLoopInferiorExecuting()
Ddebugserver.cpp550 if ((set_events & RNBContext::event_proc_thread_exiting) || in RNBRunLoopInferiorExecuting()
585 if (set_events & RNBContext::event_proc_thread_exiting) { in RNBRunLoopInferiorExecuting()