/reactos/ntoskrnl/ke/ |
H A D | wait.c | 24 PKWAIT_BLOCK WaitBlock; in KiWaitTest() 58 PKWAIT_BLOCK WaitBlock; in KiUnlinkThread() 288 PKWAIT_BLOCK TimerBlock; in KeDelayExecutionThread() 424 PKWAIT_BLOCK WaitBlock = &Thread->WaitBlock[0]; in KeWaitForSingleObject() 425 PKWAIT_BLOCK TimerBlock = &Thread->WaitBlock[TIMER_WAIT_BLOCK]; in KeWaitForSingleObject() 593 OUT PKWAIT_BLOCK WaitBlockArray OPTIONAL) in KeWaitForMultipleObjects() 596 PKWAIT_BLOCK WaitBlock; in KeWaitForMultipleObjects() 598 PKWAIT_BLOCK TimerBlock = &Thread->WaitBlock[TIMER_WAIT_BLOCK]; in KeWaitForMultipleObjects()
|
H A D | queue.c | 28 PKWAIT_BLOCK WaitBlock; in KiActivateWaiterQueue() 76 PKWAIT_BLOCK WaitBlock; in KiInsertQueue() 246 PKWAIT_BLOCK WaitBlock = &Thread->WaitBlock[0]; in KeRemoveQueue() 247 PKWAIT_BLOCK TimerBlock = &Thread->WaitBlock[TIMER_WAIT_BLOCK]; in KeRemoveQueue()
|
H A D | gate.c | 37 PKWAIT_BLOCK GateWaitBlock; in KeWaitForGate() 139 PKWAIT_BLOCK WaitBlock; in KeSignalGateBoostPriority()
|
H A D | eventobj.c | 233 PKWAIT_BLOCK WaitBlock; in KeSetEventBoostPriority()
|
H A D | thrdobj.c | 767 PKWAIT_BLOCK TimerWaitBlock; in KeInitThread()
|
/reactos/sdk/include/ndk/tests/ |
H A D | win8_x86.c | 48 C_ASSERT_FIELD(KTHREAD, 0x098, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win7_x86.c | 39 C_ASSERT_FIELD(KTHREAD, 0x070, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win8_x64.c | 42 C_ASSERT_FIELD(KTHREAD, 0x0D0, PKWAIT_BLOCK, WaitBlockList)
|
H A D | winvista_x86.c | 35 C_ASSERT_FIELD(KTHREAD, 0x064, PKWAIT_BLOCK, WaitBlockList)
|
H A D | winvista_x64.c | 29 C_ASSERT_FIELD(KTHREAD, 0x088, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win81_x86.c | 64 C_ASSERT_FIELD(KTHREAD, 0x098, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win81_x64.c | 42 C_ASSERT_FIELD(KTHREAD, 0x0D0, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win2003_x86.c | 35 C_ASSERT_FIELD(KTHREAD, 0x054, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win2003_x64.c | 30 C_ASSERT_FIELD(KTHREAD, 0x088, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win10_x86.c | 49 C_ASSERT_FIELD(KTHREAD, 0x098, PKWAIT_BLOCK, WaitBlockList)
|
H A D | win10_x64.c | 43 C_ASSERT_FIELD(KTHREAD, 0x0D0, PKWAIT_BLOCK, WaitBlockList)
|
/reactos/ntoskrnl/ob/ |
H A D | obwait.c | 52 PKWAIT_BLOCK WaitBlockArray; in NtWaitForMultipleObjects()
|
/reactos/sdk/include/ndk/ |
H A D | ketypes.h | 1283 PKWAIT_BLOCK WaitBlockList; 1287 PKWAIT_BLOCK WaitBlockList; 1800 PKWAIT_BLOCK WaitBlockList;
|
/reactos/ntoskrnl/include/internal/ |
H A D | ke_x.h | 1263 PKWAIT_BLOCK WaitBlock; in KxUnwaitThread() 1308 PKWAIT_BLOCK WaitBlock; in KxUnwaitThreadForEvent()
|
/reactos/sdk/include/xdk/ |
H A D | ketypes.h | 485 } KWAIT_BLOCK, *PKWAIT_BLOCK, *PRKWAIT_BLOCK; typedef
|
H A D | kefuncs.h | 541 _Out_opt_ PKWAIT_BLOCK WaitBlockArray);
|
H A D | fsrtlfuncs.h | 1153 _In_opt_ PKWAIT_BLOCK WaitBlockArray,
|
/reactos/sdk/include/ddk/ |
H A D | fltkernel.h | 2437 _In_opt_ PKWAIT_BLOCK WaitBlockArray,
|