|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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::@4407 |
| PVOID _KWAIT_BLOCK::Object |
Definition at line 520 of file ketypes.h.
Referenced by KeInitThread(), KeWaitForGate(), and KeWaitForMultipleObjects().
Definition at line 517 of file ketypes.h.
Referenced by KeSetEventBoostPriority(), KeSignalGateBoostPriority(), KeWaitForGate(), KiActivateWaiterQueue(), KiInsertQueue(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().
| USHORT _KWAIT_BLOCK::WaitKey |
Definition at line 512 of file ketypes.h.
Referenced by KeInitThread(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().
| LIST_ENTRY _KWAIT_BLOCK::WaitListEntry |
Definition at line 508 of file ketypes.h.
Referenced by KeInitThread(), KeRemoveQueue(), KeSignalGateBoostPriority(), KeWaitForGate(), KeWaitForMultipleObjects(), KeWaitForSingleObject(), and KiUnlinkThread().
| UCHAR _KWAIT_BLOCK::WaitType |
Definition at line 510 of file ketypes.h.
Referenced by KeInitThread(), KeSetEventBoostPriority(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().