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

/external/lldb/tools/debugserver/source/
H A DRNBContext.cpp106 m_events.SetEvents (event_proc_thread_exiting);
120 if (m_events.WaitForSetEvents(RNBContext::event_proc_thread_exiting, &timeout_abstime) == RNBContext::event_proc_thread_exiting)
210 ctx.Events().SetEvents(event_proc_thread_exiting);
223 if (events & event_proc_thread_exiting)
H A DRNBContext.h30 event_proc_thread_exiting = 0x04, enumerator in enum:RNBContext::__anon25437
38 event_proc_thread_exiting |
H A Dlibdebugserver.cpp259 if ((set_events & RNBContext::event_proc_thread_exiting) ||
294 if (set_events & RNBContext::event_proc_thread_exiting)
H A Ddebugserver.cpp520 if ((set_events & RNBContext::event_proc_thread_exiting) ||
560 if (set_events & RNBContext::event_proc_thread_exiting)

Completed in 84 milliseconds