Home
last modified time | relevance | path

Searched defs:_RTL_CRITICAL_SECTION_DEBUG (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ndk/
H A Drtltypes.h1418 typedef struct _RTL_CRITICAL_SECTION_DEBUG struct
1420 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];
/reactos/sdk/include/xdk/
H A Dwinnt_old.h2789 typedef struct _RTL_CRITICAL_SECTION_DEBUG { struct
2790 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;