ReactOS 0.4.16-dev-976-g18fc5a1
|
#include <rtltypes.h>
Public Attributes | |
USHORT | Type |
USHORT | CreatorBackTraceIndex |
struct _RTL_CRITICAL_SECTION * | CriticalSection |
LIST_ENTRY | ProcessLocksList |
ULONG | EntryCount |
ULONG | ContentionCount |
union { | |
ULONG_PTR WineDebugString | |
ULONG_PTR Spare [1] | |
struct { | |
ULONG Flags | |
USHORT CreatorBackTraceIndexHigh | |
USHORT SpareWORD | |
} | |
}; | |
WORD | Type |
WORD | CreatorBackTraceIndex |
DWORD | EntryCount |
DWORD | ContentionCount |
union { | |
DWORD_PTR WineDebugString | |
DWORD_PTR Spare [1] | |
struct { | |
DWORD Flags | |
WORD CreatorBackTraceIndexHigh | |
WORD SpareWORD | |
} | |
}; | |
Definition at line 1412 of file rtltypes.h.
union { ... } _RTL_CRITICAL_SECTION_DEBUG::@2778 |
union { ... } _RTL_CRITICAL_SECTION_DEBUG::@4315 |
ULONG _RTL_CRITICAL_SECTION_DEBUG::ContentionCount |
Definition at line 1419 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
DWORD _RTL_CRITICAL_SECTION_DEBUG::ContentionCount |
Definition at line 2795 of file winnt_old.h.
USHORT _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex |
Definition at line 1415 of file rtltypes.h.
Referenced by Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
WORD _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex |
Definition at line 2791 of file winnt_old.h.
USHORT _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndexHigh |
Definition at line 1427 of file rtltypes.h.
Referenced by Test_Init().
WORD _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndexHigh |
Definition at line 2803 of file winnt_old.h.
struct _RTL_CRITICAL_SECTION * _RTL_CRITICAL_SECTION_DEBUG::CriticalSection |
Definition at line 1416 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), and Test_Init().
ULONG _RTL_CRITICAL_SECTION_DEBUG::EntryCount |
Definition at line 1418 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
DWORD _RTL_CRITICAL_SECTION_DEBUG::EntryCount |
Definition at line 2794 of file winnt_old.h.
ULONG _RTL_CRITICAL_SECTION_DEBUG::Flags |
Definition at line 1426 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), RtlpFreeDebugInfo(), and Test_Init().
DWORD _RTL_CRITICAL_SECTION_DEBUG::Flags |
Definition at line 2802 of file winnt_old.h.
LIST_ENTRY _RTL_CRITICAL_SECTION_DEBUG::ProcessLocksList |
Definition at line 1417 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), and Test_Init().
ULONG_PTR _RTL_CRITICAL_SECTION_DEBUG::Spare[1] |
Definition at line 1423 of file rtltypes.h.
DWORD_PTR _RTL_CRITICAL_SECTION_DEBUG::Spare[1] |
Definition at line 2799 of file winnt_old.h.
USHORT _RTL_CRITICAL_SECTION_DEBUG::SpareWORD |
Definition at line 1428 of file rtltypes.h.
Referenced by Test_Init().
WORD _RTL_CRITICAL_SECTION_DEBUG::SpareWORD |
Definition at line 2804 of file winnt_old.h.
USHORT _RTL_CRITICAL_SECTION_DEBUG::Type |
Definition at line 1414 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
WORD _RTL_CRITICAL_SECTION_DEBUG::Type |
Definition at line 2790 of file winnt_old.h.
ULONG_PTR _RTL_CRITICAL_SECTION_DEBUG::WineDebugString |
Definition at line 1422 of file rtltypes.h.
DWORD_PTR _RTL_CRITICAL_SECTION_DEBUG::WineDebugString |
Definition at line 2798 of file winnt_old.h.