|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ketypes.h>

Public Attributes | |
| DISPATCHER_HEADER | Header |
| LIST_ENTRY | MutantListEntry |
| struct _KTHREAD *RESTRICTED_POINTER | OwnerThread |
| BOOLEAN | Abandoned |
| UCHAR | ApcDisable |
| BOOLEAN _KMUTANT::Abandoned |
Definition at line 896 of file ketypes.h.
Referenced by KeRundownThread(), and NtQueryMutant().
| UCHAR _KMUTANT::ApcDisable |
Definition at line 897 of file ketypes.h.
Referenced by KeRundownThread().
| DISPATCHER_HEADER _KMUTANT::Header |
Definition at line 893 of file ketypes.h.
Referenced by KeRundownThread(), KeWaitForMultipleObjects(), KeWaitForSingleObject(), and KiWaitTest().
| LIST_ENTRY _KMUTANT::MutantListEntry |
Definition at line 894 of file ketypes.h.
Referenced by KeRundownThread().
| struct _KTHREAD* RESTRICTED_POINTER _KMUTANT::OwnerThread |
Definition at line 895 of file ketypes.h.
Referenced by KeRundownThread(), KeWaitForMultipleObjects(), KeWaitForSingleObject(), and NtQueryMutant().