ReactOS 0.4.16-dev-976-g18fc5a1
|
#include <rtltypes.h>
Public Attributes | |
PRTL_CRITICAL_SECTION_DEBUG | DebugInfo |
LONG | LockCount |
LONG | RecursionCount |
HANDLE | OwningThread |
HANDLE | LockSemaphore |
ULONG_PTR | SpinCount |
Definition at line 1439 of file rtltypes.h.
PRTL_CRITICAL_SECTION_DEBUG _RTL_CRITICAL_SECTION::DebugInfo |
Definition at line 1441 of file rtltypes.h.
Referenced by Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
LONG _RTL_CRITICAL_SECTION::LockCount |
Definition at line 1442 of file rtltypes.h.
Referenced by Test_Acquire(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
HANDLE _RTL_CRITICAL_SECTION::LockSemaphore |
Definition at line 1445 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 1444 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 1443 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 1446 of file rtltypes.h.
Referenced by Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().