HomeSort by relevance Sort by last modified time
    Searched refs:event_proc_thread_running (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/
RNBContext.cpp 92 if ((m_events.GetEventBits() & event_proc_thread_running) == 0)
99 m_events.WaitForSetEvents (event_proc_thread_running);
105 m_events.ResetEvents (event_proc_thread_running);
115 if ((m_events.GetEventBits() & event_proc_thread_running) == event_proc_thread_running)
147 ctx.Events().SetEvents (RNBContext::event_proc_thread_running);
209 ctx.Events().ResetEvents(event_proc_thread_running);
221 if (events & event_proc_thread_running)
RNBContext.h 29 event_proc_thread_running = 0x02, // Sticky enumerator in enum:RNBContext::__anon30048
44 sticky_event_bits = event_proc_thread_running |

Completed in 52 milliseconds