Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventUser.h167 bool isSignaled = (value != NOT_SIGNALED); in Wait() local
168 if (isSignaled) in Wait()
174 return isSignaled; in Wait()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h214 bool isSignaled = (value == SIGNALED); in Wait() local
216 if (isSignaled) in Wait()
225 return isSignaled; in Wait()