Searched refs:event_proc_thread_running (Results 1 – 2 of 2) sorted by relevance
92 if ((m_events.GetEventBits() & event_proc_thread_running) == 0) { in StartProcessStatusThread()98 m_events.WaitForSetEvents(event_proc_thread_running); in StartProcessStatusThread()105 m_events.ResetEvents(event_proc_thread_running); in StartProcessStatusThread()113 if ((m_events.GetEventBits() & event_proc_thread_running) == in StopProcessStatusThread()114 event_proc_thread_running) { in StopProcessStatusThread()146 ctx.Events().SetEvents(RNBContext::event_proc_thread_running); in ThreadFunctionProcessStatus()244 ctx.Events().ResetEvents(event_proc_thread_running); in ThreadFunctionProcessStatus()253 if (events & event_proc_thread_running) in EventsAsString()
26 event_proc_thread_running = 0x002, // Sticky enumerator41 sticky_event_bits = event_proc_thread_running | event_read_thread_running,