Searched defs:_RTL_CRITICAL_SECTION_DEBUG (Results 1 – 2 of 2) sorted by relevance
1418 typedef struct _RTL_CRITICAL_SECTION_DEBUG struct1420 USHORT Type;1421 USHORT CreatorBackTraceIndex;1422 struct _RTL_CRITICAL_SECTION *CriticalSection;1423 LIST_ENTRY ProcessLocksList;1424 ULONG EntryCount;1425 ULONG ContentionCount;1426 ULONG Spare[2];
2789 typedef struct _RTL_CRITICAL_SECTION_DEBUG { struct2790 WORD Type;2791 WORD CreatorBackTraceIndex;2792 struct _RTL_CRITICAL_SECTION *CriticalSection;2793 LIST_ENTRY ProcessLocksList;2794 DWORD EntryCount;2795 DWORD ContentionCount;2796 DWORD Flags;2797 WORD CreatorBackTraceIndexHigh;2798 WORD SpareWORD;