Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventUser.h35 static const int NOT_SIGNALED = 0; variable
55 value = NOT_SIGNALED; in AutoResetIfNeed()
93 value = initialState ? SIGNALED : NOT_SIGNALED; in Create()
122 value = NOT_SIGNALED; in Reset()
132 if ( value != NOT_SIGNALED ) in Wait()
167 bool isSignaled = (value != NOT_SIGNALED); in Wait()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h40 static const int NOT_SIGNALED = 0; variable
61 value = NOT_SIGNALED; in AutoResetIfNeed()
110 value = initialState ? SIGNALED : NOT_SIGNALED; in Create()
153 value = NOT_SIGNALED; in Reset()
170 if ( value != NOT_SIGNALED ) in Wait()