Searched refs:NOT_SIGNALED_MANUAL (Results 1 – 2 of 2) sorted by relevance
47 case NOT_SIGNALED_MANUAL: m_Counter.WaitIfLessThan(0); return; in Wait()82 else if( *m_Counter == NOT_SIGNALED_MANUAL ) in Signal()98 *m_Counter = NOT_SIGNALED_MANUAL; in Pulse()100 case NOT_SIGNALED_MANUAL: in Pulse()125 *m_Counter = NOT_SIGNALED_MANUAL; in ClearSignal()
54 static const s32 NOT_SIGNALED_MANUAL = -2; variable115 *m_Counter = isManualReset ? NOT_SIGNALED_MANUAL: NOT_SIGNALED_AUTO; in Initialize()158 return (c == SIGNALED_MANUAL) || (c == NOT_SIGNALED_MANUAL); in IsManualReset()