Home
last modified time | relevance | path

Searched refs:WaitBlockList (Results 1 – 15 of 15) sorted by relevance

/reactos/ntoskrnl/include/internal/
H A Dke_x.h1079 Thread->WaitBlockList = TimerBlock; \
1109 Thread->WaitBlockList = WaitBlockArray; \
1165 Thread->WaitBlockList = WaitBlock; \
1210 Thread->WaitBlockList = WaitBlock; \
/reactos/sdk/include/ndk/tests/
H A Dwin8_x86.c48 C_ASSERT_FIELD(KTHREAD, 0x098, PKWAIT_BLOCK, WaitBlockList)
H A Dwin7_x64.c33 C_ASSERT_FIELD(KTHREAD, 0x098, KWAIT_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/ke/
H A Dwait.c65 WaitBlock = Thread->WaitBlockList; in KiUnlinkThread()
73 } while (WaitBlock != Thread->WaitBlockList); in KiUnlinkThread()
/reactos/sdk/include/ndk/
H A Dketypes.h1283 PKWAIT_BLOCK WaitBlockList; member
1287 PKWAIT_BLOCK WaitBlockList; member
1800 PKWAIT_BLOCK WaitBlockList;