Searched refs:WaitType (Results 1 – 13 of 13) sorted by relevance
/reactos/ntoskrnl/ob/ |
H A D | obwait.c | 48 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 D | ke_x.h | 1121 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 D | obfuncs.h | 355 _In_ WAIT_TYPE WaitType, 365 _In_ WAIT_TYPE WaitType, 518 _In_ WAIT_TYPE WaitType,
|
/reactos/ntoskrnl/ke/ |
H A D | wait.c | 40 if (WaitBlock->WaitType == WaitAny) in KiWaitTest() 588 IN WAIT_TYPE WaitType, in KeWaitForMultipleObjects() argument 671 if (WaitType == WaitAny) in KeWaitForMultipleObjects()
|
H A D | eventobj.c | 258 if (WaitBlock->WaitType == WaitAll) in KeSetEventBoostPriority()
|
H A D | thrdobj.c | 830 TimerWaitBlock->WaitType = WaitAny; in KeInitThread()
|
/reactos/modules/rosapps/applications/devutils/shlextdbg/ |
H A D | shlextdbg.cpp | 385 enum WaitType enum 399 WaitType g_Wait = Wait_ExplorerInstance;
|
/reactos/sdk/include/xdk/ |
H A D | ketypes.h | 458 UCHAR WaitType; member 475 UCHAR WaitType; member
|
H A D | kefuncs.h | 536 _In_ __drv_strictTypeMatch(__drv_typeConst) WAIT_TYPE WaitType,
|
H A D | fsrtlfuncs.h | 1151 _In_ WAIT_TYPE WaitType,
|
H A D | zwfuncs.h | 1495 _In_ WAIT_TYPE WaitType,
|
/reactos/sdk/include/asm/ |
H A D | ksx.template.h | 898 OFFSET(WbWaitType, KWAIT_BLOCK, WaitType),
|
/reactos/sdk/include/ddk/ |
H A D | fltkernel.h | 2435 _In_ WAIT_TYPE WaitType,
|