ReactOS 0.4.16-dev-287-g2d3f3a1
|
#include <rtltypes.h>
Public Attributes | |
PRTL_CRITICAL_SECTION_DEBUG | DebugInfo |
LONG | LockCount |
LONG | RecursionCount |
HANDLE | OwningThread |
HANDLE | LockSemaphore |
ULONG_PTR | SpinCount |
Definition at line 1429 of file rtltypes.h.
PRTL_CRITICAL_SECTION_DEBUG _RTL_CRITICAL_SECTION::DebugInfo |
Definition at line 1431 of file rtltypes.h.
Referenced by Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
LONG _RTL_CRITICAL_SECTION::LockCount |
Definition at line 1432 of file rtltypes.h.
Referenced by Test_Acquire(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
HANDLE _RTL_CRITICAL_SECTION::LockSemaphore |
Definition at line 1435 of file rtltypes.h.
Referenced by Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
HANDLE _RTL_CRITICAL_SECTION::OwningThread |
Definition at line 1434 of file rtltypes.h.
Referenced by ExitThread(), TerminateThread(), Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
LONG _RTL_CRITICAL_SECTION::RecursionCount |
Definition at line 1433 of file rtltypes.h.
Referenced by Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
ULONG_PTR _RTL_CRITICAL_SECTION::SpinCount |
Definition at line 1436 of file rtltypes.h.
Referenced by Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().