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

Public Attributes | |
| USHORT | Type |
| USHORT | CreatorBackTraceIndex |
| struct _RTL_CRITICAL_SECTION * | CriticalSection |
| LIST_ENTRY | ProcessLocksList |
| ULONG | EntryCount |
| ULONG | ContentionCount |
| union { | |
| ULONG_PTR WineDebugString | |
| ULONG_PTR Spare [1] | |
| struct { | |
| ULONG Flags | |
| USHORT CreatorBackTraceIndexHigh | |
| USHORT SpareWORD | |
| } | |
| }; | |
| WORD | Type |
| WORD | CreatorBackTraceIndex |
| DWORD | EntryCount |
| DWORD | ContentionCount |
| union { | |
| DWORD_PTR WineDebugString | |
| DWORD_PTR Spare [1] | |
| struct { | |
| DWORD Flags | |
| WORD CreatorBackTraceIndexHigh | |
| WORD SpareWORD | |
| } | |
| }; | |
Definition at line 1421 of file rtltypes.h.
| union { ... } _RTL_CRITICAL_SECTION_DEBUG::@2878 |
| union { ... } _RTL_CRITICAL_SECTION_DEBUG::@4487 |
| ULONG _RTL_CRITICAL_SECTION_DEBUG::ContentionCount |
Definition at line 1428 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), RtlpWaitForCriticalSection(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
| DWORD _RTL_CRITICAL_SECTION_DEBUG::ContentionCount |
Definition at line 2981 of file winnt_old.h.
| USHORT _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex |
Definition at line 1424 of file rtltypes.h.
Referenced by Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
| WORD _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndex |
Definition at line 2977 of file winnt_old.h.
| USHORT _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndexHigh |
Definition at line 1436 of file rtltypes.h.
Referenced by Test_Init().
| WORD _RTL_CRITICAL_SECTION_DEBUG::CreatorBackTraceIndexHigh |
Definition at line 2989 of file winnt_old.h.
| struct _RTL_CRITICAL_SECTION * _RTL_CRITICAL_SECTION_DEBUG::CriticalSection |
Definition at line 1425 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), and Test_Init().
| ULONG _RTL_CRITICAL_SECTION_DEBUG::EntryCount |
Definition at line 1427 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), RtlpWaitForCriticalSection(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
| DWORD _RTL_CRITICAL_SECTION_DEBUG::EntryCount |
Definition at line 2980 of file winnt_old.h.
| ULONG _RTL_CRITICAL_SECTION_DEBUG::Flags |
Definition at line 1435 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), RtlpFreeDebugInfo(), and Test_Init().
| DWORD _RTL_CRITICAL_SECTION_DEBUG::Flags |
Definition at line 2988 of file winnt_old.h.
| LIST_ENTRY _RTL_CRITICAL_SECTION_DEBUG::ProcessLocksList |
Definition at line 1426 of file rtltypes.h.
Referenced by RtlDeleteCriticalSection(), RtlInitializeCriticalSectionEx(), and Test_Init().
| ULONG_PTR _RTL_CRITICAL_SECTION_DEBUG::Spare[1] |
Definition at line 1432 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(), session_destroy(), StdMemAllocator_create(), task_proc(), TransformFilter_Init(), WbemPath_create(), and WinHttpOpen().
| DWORD_PTR _RTL_CRITICAL_SECTION_DEBUG::Spare[1] |
Definition at line 2985 of file winnt_old.h.
| USHORT _RTL_CRITICAL_SECTION_DEBUG::SpareWORD |
Definition at line 1437 of file rtltypes.h.
Referenced by Test_Init().
| WORD _RTL_CRITICAL_SECTION_DEBUG::SpareWORD |
Definition at line 2990 of file winnt_old.h.
| USHORT _RTL_CRITICAL_SECTION_DEBUG::Type |
Definition at line 1423 of file rtltypes.h.
Referenced by RtlInitializeCriticalSectionEx(), Test_EngAcquireSemaphore(), Test_EngCreateSemaphore(), Test_EngReleaseSemaphore(), and Test_Init().
| WORD _RTL_CRITICAL_SECTION_DEBUG::Type |
Definition at line 2976 of file winnt_old.h.
| ULONG_PTR _RTL_CRITICAL_SECTION_DEBUG::WineDebugString |
Definition at line 1431 of file rtltypes.h.
| DWORD_PTR _RTL_CRITICAL_SECTION_DEBUG::WineDebugString |
Definition at line 2984 of file winnt_old.h.