Home
last modified time | relevance | path

Searched refs:PKWAIT_BLOCK (Results 1 – 23 of 23) sorted by relevance

/reactos/ntoskrnl/ke/
H A Dwait.c24 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 Dqueue.c28 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 Dgate.c37 PKWAIT_BLOCK GateWaitBlock; in KeWaitForGate()
139 PKWAIT_BLOCK WaitBlock; in KeSignalGateBoostPriority()
H A Deventobj.c233 PKWAIT_BLOCK WaitBlock; in KeSetEventBoostPriority()
H A Dthrdobj.c767 PKWAIT_BLOCK TimerWaitBlock; in KeInitThread()
/reactos/sdk/include/ndk/tests/
H A Dwin8_x86.c48 C_ASSERT_FIELD(KTHREAD, 0x098, PKWAIT_BLOCK, WaitBlockList)
H A Dwin7_x86.c39 C_ASSERT_FIELD(KTHREAD, 0x070, PKWAIT_BLOCK, WaitBlockList)
H A Dwin8_x64.c42 C_ASSERT_FIELD(KTHREAD, 0x0D0, PKWAIT_BLOCK, WaitBlockList)
H A Dwinvista_x86.c35 C_ASSERT_FIELD(KTHREAD, 0x064, PKWAIT_BLOCK, WaitBlockList)
H A Dwinvista_x64.c29 C_ASSERT_FIELD(KTHREAD, 0x088, PKWAIT_BLOCK, WaitBlockList)
H A Dwin81_x86.c64 C_ASSERT_FIELD(KTHREAD, 0x098, PKWAIT_BLOCK, WaitBlockList)
H A Dwin81_x64.c42 C_ASSERT_FIELD(KTHREAD, 0x0D0, PKWAIT_BLOCK, WaitBlockList)
H A Dwin2003_x86.c35 C_ASSERT_FIELD(KTHREAD, 0x054, PKWAIT_BLOCK, WaitBlockList)
H A Dwin2003_x64.c30 C_ASSERT_FIELD(KTHREAD, 0x088, PKWAIT_BLOCK, WaitBlockList)
H A Dwin10_x86.c49 C_ASSERT_FIELD(KTHREAD, 0x098, PKWAIT_BLOCK, WaitBlockList)
H A Dwin10_x64.c43 C_ASSERT_FIELD(KTHREAD, 0x0D0, PKWAIT_BLOCK, WaitBlockList)
/reactos/ntoskrnl/ob/
H A Dobwait.c52 PKWAIT_BLOCK WaitBlockArray; in NtWaitForMultipleObjects()
/reactos/sdk/include/ndk/
H A Dketypes.h1283 PKWAIT_BLOCK WaitBlockList;
1287 PKWAIT_BLOCK WaitBlockList;
1800 PKWAIT_BLOCK WaitBlockList;
/reactos/ntoskrnl/include/internal/
H A Dke_x.h1263 PKWAIT_BLOCK WaitBlock; in KxUnwaitThread()
1308 PKWAIT_BLOCK WaitBlock; in KxUnwaitThreadForEvent()
/reactos/sdk/include/xdk/
H A Dketypes.h485 } KWAIT_BLOCK, *PKWAIT_BLOCK, *PRKWAIT_BLOCK; typedef
H A Dkefuncs.h541 _Out_opt_ PKWAIT_BLOCK WaitBlockArray);
H A Dfsrtlfuncs.h1153 _In_opt_ PKWAIT_BLOCK WaitBlockArray,
/reactos/sdk/include/ddk/
H A Dfltkernel.h2437 _In_opt_ PKWAIT_BLOCK WaitBlockArray,