ReactOS 0.4.15-dev-6675-gcbc63d8
|
#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::@3915 |
PVOID _KWAIT_BLOCK::Object |
Definition at line 456 of file ketypes.h.
Referenced by KeInitThread(), KeWaitForGate(), and KeWaitForMultipleObjects().
Definition at line 453 of file ketypes.h.
Referenced by KeSetEventBoostPriority(), KeSignalGateBoostPriority(), KeWaitForGate(), KiActivateWaiterQueue(), KiInsertQueue(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().
USHORT _KWAIT_BLOCK::WaitKey |
Definition at line 448 of file ketypes.h.
Referenced by KeInitThread(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().
LIST_ENTRY _KWAIT_BLOCK::WaitListEntry |
Definition at line 444 of file ketypes.h.
Referenced by KeInitThread(), KeRemoveQueue(), KeSignalGateBoostPriority(), KeWaitForGate(), KeWaitForMultipleObjects(), KeWaitForSingleObject(), and KiUnlinkThread().
UCHAR _KWAIT_BLOCK::WaitType |
Definition at line 446 of file ketypes.h.
Referenced by KeInitThread(), KeSetEventBoostPriority(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().