ReactOS 0.4.16-dev-401-g45b008d
|
#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 844 of file ketypes.h.
Referenced by KeRundownThread(), and NtQueryMutant().
UCHAR _KMUTANT::ApcDisable |
Definition at line 845 of file ketypes.h.
Referenced by KeRundownThread().
DISPATCHER_HEADER _KMUTANT::Header |
Definition at line 841 of file ketypes.h.
Referenced by KeRundownThread(), KeWaitForMultipleObjects(), KeWaitForSingleObject(), and KiWaitTest().
LIST_ENTRY _KMUTANT::MutantListEntry |
Definition at line 842 of file ketypes.h.
Referenced by KeRundownThread().
struct _KTHREAD* RESTRICTED_POINTER _KMUTANT::OwnerThread |
Definition at line 843 of file ketypes.h.
Referenced by KeRundownThread(), KeWaitForMultipleObjects(), KeWaitForSingleObject(), and NtQueryMutant().