Searched refs:NOT_SIGNALED_MANUAL (Results 1 – 2 of 2) sorted by relevance
27 *m_Counter = isManualReset ? NOT_SIGNALED_MANUAL: NOT_SIGNALED_AUTO; in Initialize()50 case NOT_SIGNALED_MANUAL: in TryWait()108 case NOT_SIGNALED_MANUAL: m_Counter.WaitIfLessThan(0); return; in Wait()143 else if( *m_Counter == NOT_SIGNALED_MANUAL ) in Signal()162 *m_Counter = NOT_SIGNALED_MANUAL; in Pulse()167 case NOT_SIGNALED_MANUAL: in Pulse()193 *m_Counter = NOT_SIGNALED_MANUAL; in ClearSignal()
58 static const s32 NOT_SIGNALED_MANUAL = -2; variable160 return (c == SIGNALED_MANUAL) || (c == NOT_SIGNALED_MANUAL); in IsManualReset()