ReactOS 0.4.15-dev-6056-gb29b268
|
#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(), and Test_EngReleaseSemaphore().
LONG _RTL_CRITICAL_SECTION::LockCount |
Definition at line 1432 of file rtltypes.h.
Referenced by Test_EngCreateSemaphore(), and Test_EngReleaseSemaphore().
HANDLE _RTL_CRITICAL_SECTION::LockSemaphore |
Definition at line 1435 of file rtltypes.h.
Referenced by Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), and Test_EngReleaseSemaphore().
HANDLE _RTL_CRITICAL_SECTION::OwningThread |
Definition at line 1434 of file rtltypes.h.
Referenced by ExitThread(), TerminateThread(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), and Test_EngReleaseSemaphore().
LONG _RTL_CRITICAL_SECTION::RecursionCount |
Definition at line 1433 of file rtltypes.h.
Referenced by Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), and Test_EngReleaseSemaphore().
ULONG_PTR _RTL_CRITICAL_SECTION::SpinCount |
Definition at line 1436 of file rtltypes.h.
Referenced by Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), and Test_EngReleaseSemaphore().