Home
last modified time | relevance | path

Searched defs: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
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h214 bool isSignaled = (value == SIGNALED); in Wait() local