Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventUser.h36 static const int SIGNALED = 1; variable
93 value = initialState ? SIGNALED : NOT_SIGNALED; in Create()
102 value = SIGNALED; in Signal()
160 if (value == SIGNALED || ret == 0) in Wait()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h41 static const int SIGNALED = 1; variable
110 value = initialState ? SIGNALED : NOT_SIGNALED; in Create()
123 value = SIGNALED; in Signal()
207 if (value == SIGNALED || ret == ETIMEDOUT) in Wait()
214 bool isSignaled = (value == SIGNALED); in Wait()