Home
last modified time | relevance | path

Searched refs:WaitKey (Results 1 – 6 of 6) sorted by relevance

/reactos/ntoskrnl/include/internal/
H A Dke_x.h1120 WaitBlock->WaitKey = (USHORT)Index; \
1166 WaitBlock->WaitKey = STATUS_SUCCESS; \
1211 WaitBlock->WaitKey = STATUS_SUCCESS; \
1265 ULONG WaitKey; in KxUnwaitThread() local
1283 WaitKey = WaitBlock->WaitKey; in KxUnwaitThread()
1288 WaitKey = STATUS_KERNEL_APC; in KxUnwaitThread()
1292 KiUnwaitThread(WaitThread, WaitKey, Increment); in KxUnwaitThread()
1330 KiUnwaitThread(WaitThread, WaitBlock->WaitKey, Increment); in KxUnwaitThreadForEvent()
/reactos/sdk/lib/rtl/
H A Dcondvar.c33 PVOID WaitKey; member
308 &Entry->WaitKey, in InternalWake()
409 &OwnEntry.WaitKey, in InternalSleep()
/reactos/sdk/include/xdk/
H A Dketypes.h460 USHORT WaitKey; member
474 USHORT WaitKey; member
/reactos/ntoskrnl/ke/
H A Dwait.c43 WaitStatus = (NTSTATUS)WaitBlock->WaitKey; in KiWaitTest()
H A Dthrdobj.c829 TimerWaitBlock->WaitKey = STATUS_TIMEOUT; in KeInitThread()
/reactos/sdk/include/asm/
H A Dksx.template.h897 OFFSET(WbWaitKey, KWAIT_BLOCK, WaitKey),