ReactOS 0.4.16-dev-329-g9223134
|
#include <ketypes.h>
Public Attributes | |
LIST_ENTRY | WaitListEntry |
UCHAR | WaitType |
volatile UCHAR | BlockState |
USHORT | WaitKey |
union { | |
struct _KTHREAD * Thread | |
struct _KQUEUE * NotificationQueue | |
}; | |
PVOID | Object |
PVOID | SparePtr |
union { ... } _KWAIT_BLOCK::@4109 |
PVOID _KWAIT_BLOCK::Object |
Definition at line 468 of file ketypes.h.
Referenced by KeInitThread(), KeWaitForGate(), and KeWaitForMultipleObjects().
Definition at line 465 of file ketypes.h.
Referenced by KeSetEventBoostPriority(), KeSignalGateBoostPriority(), KeWaitForGate(), KiActivateWaiterQueue(), KiInsertQueue(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().
USHORT _KWAIT_BLOCK::WaitKey |
Definition at line 460 of file ketypes.h.
Referenced by KeInitThread(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().
LIST_ENTRY _KWAIT_BLOCK::WaitListEntry |
Definition at line 456 of file ketypes.h.
Referenced by KeInitThread(), KeRemoveQueue(), KeSignalGateBoostPriority(), KeWaitForGate(), KeWaitForMultipleObjects(), KeWaitForSingleObject(), and KiUnlinkThread().
UCHAR _KWAIT_BLOCK::WaitType |
Definition at line 458 of file ketypes.h.
Referenced by KeInitThread(), KeSetEventBoostPriority(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().