|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rtltypes.h>


Public Attributes | |
| PRTL_CRITICAL_SECTION_DEBUG | DebugInfo |
| LONG | LockCount |
| LONG | RecursionCount |
| HANDLE | OwningThread |
| HANDLE | LockSemaphore |
| ULONG_PTR | SpinCount |
Definition at line 1448 of file rtltypes.h.
| PRTL_CRITICAL_SECTION_DEBUG _RTL_CRITICAL_SECTION::DebugInfo |
Definition at line 1450 of file rtltypes.h.
Referenced by ANIMATE_Create(), ANIMATE_Destroy(), chm_dup(), chm_openW(), ComponentEnum_Clone(), CreateIProp(), CRYPT_CollectionOpenStore(), CRYPT_MemOpenStore(), CRYPT_RegCloseStore(), CRYPT_RegOpenStore(), destroy_handle_table(), destroy_serverprotoseq(), DllMain(), EventsQueue_Destroy(), EventsQueue_Init(), FileAsyncReader_Construct(), FilterGraph_create(), free_function_sets(), get_or_create_threaddata(), init_handle_table(), MCIAVI_drvClose(), MCIAVI_drvOpen(), MCICDA_drvClose(), MCICDA_drvOpen(), MemStore_release(), MimeInternational_Construct(), NetBIOSInit(), NetBIOSRegisterAdapter(), NetBIOSShutdown(), NetBTCall(), NetBTHangup(), OutputQueue_Destroy(), path_Release(), PosPassThru_Construct(), PullPin_Init(), QCAP_createCaptureGraphBuilder2(), queue_task(), RpcAssoc_Alloc(), RpcAssoc_Release(), RpcContextHandle_Destroy(), rpcrt4_ncacn_http_alloc(), RpcServerAssoc_AllocateContextHandle(), RtlDeleteCriticalSection(), RtlInitializeCriticalSectionEx(), RtlpWaitForCriticalSection(), session_destroy(), StdMemAllocator_create(), task_proc(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), Test_Init(), TransformFilter_Init(), WbemPath_create(), and WinHttpOpen().
| LONG _RTL_CRITICAL_SECTION::LockCount |
Definition at line 1451 of file rtltypes.h.
Referenced by RtlEnterCriticalSection(), RtlInitializeCriticalSectionEx(), RtlLeaveCriticalSection(), RtlTryEnterCriticalSection(), Test_Acquire(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), Test_Init(), and test_winmodule().
| HANDLE _RTL_CRITICAL_SECTION::LockSemaphore |
Definition at line 1454 of file rtltypes.h.
Referenced by _At_(), RtlDeleteCriticalSection(), RtlInitializeCriticalSectionEx(), RtlpUnWaitCriticalSection(), RtlpWaitForCriticalSection(), Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
| HANDLE _RTL_CRITICAL_SECTION::OwningThread |
Definition at line 1453 of file rtltypes.h.
Referenced by ExitThread(), RtlEnterCriticalSection(), RtlGetCriticalSectionRecursionCount(), RtlInitializeCriticalSectionEx(), RtlIsCriticalSectionLockedByThread(), RtlLeaveCriticalSection(), RtlTryEnterCriticalSection(), TerminateThread(), Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
| LONG _RTL_CRITICAL_SECTION::RecursionCount |
Definition at line 1452 of file rtltypes.h.
Referenced by RtlEnterCriticalSection(), RtlGetCriticalSectionRecursionCount(), RtlInitializeCriticalSectionEx(), RtlIsCriticalSectionLocked(), RtlIsCriticalSectionLockedByThread(), RtlLeaveCriticalSection(), RtlTryEnterCriticalSection(), Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
| ULONG_PTR _RTL_CRITICAL_SECTION::SpinCount |
Definition at line 1455 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), RtlSetCriticalSectionSpinCount(), Test_Acquire(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().