ReactOS 0.4.15-dev-6056-gb29b268
_RTL_CRITICAL_SECTION Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_CRITICAL_SECTION:

Public Attributes

PRTL_CRITICAL_SECTION_DEBUG DebugInfo
 
LONG LockCount
 
LONG RecursionCount
 
HANDLE OwningThread
 
HANDLE LockSemaphore
 
ULONG_PTR SpinCount
 

Detailed Description

Definition at line 1429 of file rtltypes.h.

Member Data Documentation

◆ DebugInfo

PRTL_CRITICAL_SECTION_DEBUG _RTL_CRITICAL_SECTION::DebugInfo

◆ LockCount

LONG _RTL_CRITICAL_SECTION::LockCount

Definition at line 1432 of file rtltypes.h.

Referenced by Test_EngCreateSemaphore(), and Test_EngReleaseSemaphore().

◆ LockSemaphore

HANDLE _RTL_CRITICAL_SECTION::LockSemaphore

◆ OwningThread

HANDLE _RTL_CRITICAL_SECTION::OwningThread

◆ RecursionCount

LONG _RTL_CRITICAL_SECTION::RecursionCount

◆ SpinCount

ULONG_PTR _RTL_CRITICAL_SECTION::SpinCount

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