Home
last modified time | relevance | path

Searched refs:initialState (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventKernel.h48 Event(EventReset::Type resetType, bool initialState) in Event() argument
51 Create(resetType, initialState); in Event()
60 void Create(EventReset::Type resetType, bool initialState) in Create() argument
68 MW_BOOL bInitialState = initialState ? 1 : 0; in Create()
H A DMTEventUser.h69 Event(EventReset::Type resetType_, bool initialState) in Event() argument
73 Create(resetType_, initialState); in Event()
85 void Create(EventReset::Type resetType_, bool initialState) in Create() argument
93 value = initialState ? SIGNALED : NOT_SIGNALED; in Create()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h75 Event(EventReset::Type resetType, bool initialState) in Event() argument
79 Create(resetType, initialState); in Event()
96 void Create(EventReset::Type _resetType, bool initialState) in Create() argument
110 value = initialState ? SIGNALED : NOT_SIGNALED; in Create()