ReactOS 0.4.16-dev-725-g22577ae
|
#include <extypes.h>
Public Attributes | |
ERESOURCE_THREAD | OwnerThread |
union { | |
struct { | |
ULONG IoPriorityBoosted:1 | |
ULONG OwnerReferenced:1 | |
ULONG OwnerCount:30 | |
} DUMMYSTRUCTNAME | |
ULONG TableSize | |
} | DUMMYUNIONNAME |
_ANONYMOUS_STRUCT struct { ... } _OWNER_ENTRY::DUMMYSTRUCTNAME |
_ANONYMOUS_UNION union { ... } _OWNER_ENTRY::DUMMYUNIONNAME |
ULONG _OWNER_ENTRY::OwnerCount |
Definition at line 216 of file extypes.h.
Referenced by DLDAcquireShared(), and ExSetResourceOwnerPointer().
ERESOURCE_THREAD _OWNER_ENTRY::OwnerThread |
Definition at line 211 of file extypes.h.
Referenced by DLDAcquireShared(), and DLDpFindCurrentThread().