ReactOS 0.4.15-dev-7953-g1f49173
_RTL_CRITICAL_SECTION_DEBUG Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_CRITICAL_SECTION_DEBUG:

Public Attributes

USHORT Type
 
USHORT CreatorBackTraceIndex
 
struct _RTL_CRITICAL_SECTIONCriticalSection
 
LIST_ENTRY ProcessLocksList
 
ULONG EntryCount
 
ULONG ContentionCount
 
ULONG Spare [2]
 
WORD Type
 
WORD CreatorBackTraceIndex
 
DWORD EntryCount
 
DWORD ContentionCount
 
DWORD Flags
 
WORD CreatorBackTraceIndexHigh
 
WORD SpareWORD
 

Detailed Description

Definition at line 1418 of file rtltypes.h.

Member Data Documentation

◆ ContentionCount [1/2]

ULONG _RTL_CRITICAL_SECTION_DEBUG::ContentionCount

◆ ContentionCount [2/2]

DWORD _RTL_CRITICAL_SECTION_DEBUG::ContentionCount

Definition at line 2766 of file winnt_old.h.

◆ CreatorBackTraceIndex [1/2]

USHORT _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex

◆ CreatorBackTraceIndex [2/2]

WORD _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex

Definition at line 2762 of file winnt_old.h.

◆ CreatorBackTraceIndexHigh

WORD _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndexHigh

Definition at line 2768 of file winnt_old.h.

Referenced by Test_Init().

◆ CriticalSection

struct _RTL_CRITICAL_SECTION * _RTL_CRITICAL_SECTION_DEBUG::CriticalSection

Definition at line 1422 of file rtltypes.h.

Referenced by RtlInitializeCriticalSectionEx(), and Test_Init().

◆ EntryCount [1/2]

ULONG _RTL_CRITICAL_SECTION_DEBUG::EntryCount

◆ EntryCount [2/2]

DWORD _RTL_CRITICAL_SECTION_DEBUG::EntryCount

Definition at line 2765 of file winnt_old.h.

◆ Flags

DWORD _RTL_CRITICAL_SECTION_DEBUG::Flags

Definition at line 2767 of file winnt_old.h.

Referenced by RtlInitializeCriticalSectionEx(), RtlpFreeDebugInfo(), and Test_Init().

◆ ProcessLocksList

LIST_ENTRY _RTL_CRITICAL_SECTION_DEBUG::ProcessLocksList

Definition at line 1423 of file rtltypes.h.

Referenced by RtlInitializeCriticalSectionEx(), and Test_Init().

◆ Spare

ULONG _RTL_CRITICAL_SECTION_DEBUG::Spare[2]

Definition at line 1426 of file rtltypes.h.

◆ SpareWORD

WORD _RTL_CRITICAL_SECTION_DEBUG::SpareWORD

Definition at line 2769 of file winnt_old.h.

Referenced by Test_Init().

◆ Type [1/2]

USHORT _RTL_CRITICAL_SECTION_DEBUG::Type

◆ Type [2/2]

WORD _RTL_CRITICAL_SECTION_DEBUG::Type

Definition at line 2761 of file winnt_old.h.


The documentation for this struct was generated from the following files: