ReactOS 0.4.15-dev-7958-gcd0bb1a
_CRITICAL_SECTION_DEBUG Struct Reference

#include <winbase.h>

Collaboration diagram for _CRITICAL_SECTION_DEBUG:

Public Attributes

WORD Type
 
WORD CreatorBackTraceIndex
 
struct _CRITICAL_SECTIONCriticalSection
 
LIST_ENTRY ProcessLocksList
 
DWORD EntryCount
 
DWORD ContentionCount
 
DWORD_PTR Spare [8/sizeof(DWORD_PTR)]
 

Detailed Description

Definition at line 879 of file winbase.h.

Member Data Documentation

◆ ContentionCount

DWORD _CRITICAL_SECTION_DEBUG::ContentionCount

Definition at line 885 of file winbase.h.

Referenced by RtlpWaitForCriticalSection().

◆ CreatorBackTraceIndex

WORD _CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex

Definition at line 881 of file winbase.h.

◆ CriticalSection

struct _CRITICAL_SECTION* _CRITICAL_SECTION_DEBUG::CriticalSection

Definition at line 882 of file winbase.h.

◆ EntryCount

DWORD _CRITICAL_SECTION_DEBUG::EntryCount

Definition at line 884 of file winbase.h.

Referenced by RtlpWaitForCriticalSection().

◆ ProcessLocksList

LIST_ENTRY _CRITICAL_SECTION_DEBUG::ProcessLocksList

Definition at line 883 of file winbase.h.

Referenced by RtlDeleteCriticalSection().

◆ Spare

◆ Type

WORD _CRITICAL_SECTION_DEBUG::Type

Definition at line 880 of file winbase.h.


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