Searched refs:event_proc_thread_running (Results 1 – 2 of 2) sorted by relevance
93 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()
27 event_proc_thread_running = 0x002, // Sticky enumerator40 sticky_event_bits = event_proc_thread_running | event_read_thread_running,