Home
last modified time | relevance | path

Searched refs:NOT_SIGNALED_MANUAL (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightEvent.cpp27 *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()
/CTR-SDK-4.2.5/include/nn/os/
Dos_LightEvent.h58 static const s32 NOT_SIGNALED_MANUAL = -2; variable
160 return (c == SIGNALED_MANUAL) || (c == NOT_SIGNALED_MANUAL); in IsManualReset()