Searched refs:WaitAll (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_ob/ |
H A D | ObWait.c | 20 Status = ZwWaitForMultipleObjects(2, (void **)0x42424242, WaitAll, FALSE, NULL); in KernelModeTest()
|
/reactos/ntoskrnl/ob/ |
H A D | obwait.c | 76 if ((WaitType != WaitAll) && (WaitType != WaitAny)) in NtWaitForMultipleObjects() 228 if (WaitType == WaitAll) in NtWaitForMultipleObjects()
|
/reactos/ntoskrnl/ke/ |
H A D | eventobj.c | 258 if (WaitBlock->WaitType == WaitAll) in KeSetEventBoostPriority()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtAcceptConnectPort.c | 238 WaitAll, in START_TEST()
|
/reactos/sdk/include/xdk/ |
H A D | ntdef.template.h | 366 WaitAll, in $endif()
|
/reactos/modules/rostests/kmtests/ntos_ke/ |
H A D | KeEvent.c | 203 …Status = KeWaitForMultipleObjects(ThreadCount, ThreadObjects, SatisfiesAll ? WaitAll : WaitAny, Ex… in TestEventConcurrent()
|
/reactos/dll/win32/kernel32/client/ |
H A D | synch.c | 239 bWaitAll ? WaitAll : WaitAny, in WaitForMultipleObjectsEx()
|
/reactos/sdk/include/asm/ |
H A D | ksx.template.h | 282 CONSTANT(WaitAll),
|
/reactos/sdk/include/ndk/ |
H A D | ketypes.h | 266 WaitAll, enumerator
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | ksamd64.inc | 43 WaitAll equ 00000H
|