Searched refs:bManualReset (Results 1 – 2 of 2) sorted by relevance
67 MW_BOOL bManualReset = (resetType == EventReset::AUTOMATIC) ? 0 : 1; in Create() local69 eventHandle = ::CreateEventW(nullptr, bManualReset, bInitialState, nullptr); in Create()
285 …W_WINAPI CreateEventA(MW_CRITICAL_SECTION* lpEventAttributes, MW_BOOL bManualReset, MW_BOOL bIniti…286 …W_WINAPI CreateEventW(MW_CRITICAL_SECTION* lpEventAttributes, MW_BOOL bManualReset, MW_BOOL bIniti…