ReactOS 0.4.16-dev-197-g92996da
_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 903 of file winbase.h.

Member Data Documentation

◆ ContentionCount

DWORD _CRITICAL_SECTION_DEBUG::ContentionCount

Definition at line 909 of file winbase.h.

Referenced by RtlpWaitForCriticalSection().

◆ CreatorBackTraceIndex

WORD _CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex

Definition at line 905 of file winbase.h.

◆ CriticalSection

struct _CRITICAL_SECTION* _CRITICAL_SECTION_DEBUG::CriticalSection

Definition at line 906 of file winbase.h.

◆ EntryCount

DWORD _CRITICAL_SECTION_DEBUG::EntryCount

Definition at line 908 of file winbase.h.

Referenced by RtlpWaitForCriticalSection().

◆ ProcessLocksList

LIST_ENTRY _CRITICAL_SECTION_DEBUG::ProcessLocksList

Definition at line 907 of file winbase.h.

Referenced by RtlDeleteCriticalSection().

◆ Spare

◆ Type

WORD _CRITICAL_SECTION_DEBUG::Type

Definition at line 904 of file winbase.h.


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