Searched refs:SIGNALED (Results 1 – 2 of 2) sorted by relevance
36 static const int SIGNALED = 1; variable93 value = initialState ? SIGNALED : NOT_SIGNALED; in Create()102 value = SIGNALED; in Signal()160 if (value == SIGNALED || ret == 0) in Wait()
41 static const int SIGNALED = 1; variable110 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()