Home
last modified time | relevance | path

Searched refs:WaitType (Results 1 – 13 of 13) sorted by relevance

/reactos/ntoskrnl/ob/
H A Dobwait.c48 IN WAIT_TYPE WaitType, in NtWaitForMultipleObjects() argument
76 if ((WaitType != WaitAll) && (WaitType != WaitAny)) in NtWaitForMultipleObjects()
228 if (WaitType == WaitAll) in NtWaitForMultipleObjects()
264 WaitType, in NtWaitForMultipleObjects()
335 IN WAIT_TYPE WaitType, in NtWaitForMultipleObjects32() argument
342 WaitType, in NtWaitForMultipleObjects32()
/reactos/ntoskrnl/include/internal/
H A Dke_x.h1121 WaitBlock->WaitType = WaitType; \
1168 WaitBlock->WaitType = WaitAny; \
1213 WaitBlock->WaitType = WaitAny; \
1280 if (WaitBlock->WaitType == WaitAny) in KxUnwaitThread()
1324 if (WaitBlock->WaitType == WaitAny) in KxUnwaitThreadForEvent()
/reactos/sdk/include/ndk/
H A Dobfuncs.h355 _In_ WAIT_TYPE WaitType,
365 _In_ WAIT_TYPE WaitType,
518 _In_ WAIT_TYPE WaitType,
/reactos/ntoskrnl/ke/
H A Dwait.c40 if (WaitBlock->WaitType == WaitAny) in KiWaitTest()
588 IN WAIT_TYPE WaitType, in KeWaitForMultipleObjects() argument
671 if (WaitType == WaitAny) in KeWaitForMultipleObjects()
H A Deventobj.c258 if (WaitBlock->WaitType == WaitAll) in KeSetEventBoostPriority()
H A Dthrdobj.c830 TimerWaitBlock->WaitType = WaitAny; in KeInitThread()
/reactos/modules/rosapps/applications/devutils/shlextdbg/
H A Dshlextdbg.cpp385 enum WaitType enum
399 WaitType g_Wait = Wait_ExplorerInstance;
/reactos/sdk/include/xdk/
H A Dketypes.h458 UCHAR WaitType; member
475 UCHAR WaitType; member
H A Dkefuncs.h536 _In_ __drv_strictTypeMatch(__drv_typeConst) WAIT_TYPE WaitType,
H A Dfsrtlfuncs.h1151 _In_ WAIT_TYPE WaitType,
H A Dzwfuncs.h1495 _In_ WAIT_TYPE WaitType,
/reactos/sdk/include/asm/
H A Dksx.template.h898 OFFSET(WbWaitType, KWAIT_BLOCK, WaitType),
/reactos/sdk/include/ddk/
H A Dfltkernel.h2435 _In_ WAIT_TYPE WaitType,