Skip to content

Commit 6bd1b55

Browse files
committed
Update crsttypes
1 parent 3e8de3a commit 6bd1b55

File tree

1 file changed

+101
-103
lines changed

1 file changed

+101
-103
lines changed

src/coreclr/inc/crsttypes_generated.h

Lines changed: 101 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -20,109 +20,107 @@ enum CrstType
2020
CrstAssemblyLoader = 2,
2121
CrstAvailableClass = 3,
2222
CrstAvailableParamTypes = 4,
23-
CrstBaseDomain = 5,
24-
CrstCCompRC = 6,
25-
CrstClassFactInfoHash = 7,
26-
CrstClassInit = 8,
27-
CrstClrNotification = 9,
28-
CrstCodeFragmentHeap = 10,
29-
CrstCodeVersioning = 11,
30-
CrstCOMCallWrapper = 12,
31-
CrstCOMWrapperCache = 13,
32-
CrstDataTest1 = 14,
33-
CrstDataTest2 = 15,
34-
CrstDbgTransport = 16,
35-
CrstDeadlockDetection = 17,
36-
CrstDebuggerController = 18,
37-
CrstDebuggerFavorLock = 19,
38-
CrstDebuggerHeapExecMemLock = 20,
39-
CrstDebuggerHeapLock = 21,
40-
CrstDebuggerJitInfo = 22,
41-
CrstDebuggerMutex = 23,
42-
CrstDelegateToFPtrHash = 24,
43-
CrstDynamicIL = 25,
44-
CrstDynamicMT = 26,
45-
CrstEtwTypeLogHash = 27,
46-
CrstEventPipe = 28,
47-
CrstEventStore = 29,
48-
CrstException = 30,
49-
CrstExecutableAllocatorLock = 31,
50-
CrstFCall = 32,
51-
CrstFrozenObjectHeap = 33,
52-
CrstFuncPtrStubs = 34,
53-
CrstFusionAppCtx = 35,
54-
CrstGCCover = 36,
55-
CrstGenericDictionaryExpansion = 37,
56-
CrstGlobalStrLiteralMap = 38,
57-
CrstHandleTable = 39,
58-
CrstIbcProfile = 40,
59-
CrstIJWFixupData = 41,
60-
CrstIJWHash = 42,
61-
CrstILStubGen = 43,
62-
CrstInlineTrackingMap = 44,
63-
CrstInstMethodHashTable = 45,
64-
CrstInterop = 46,
65-
CrstInteropData = 47,
66-
CrstIsJMCMethod = 48,
67-
CrstISymUnmanagedReader = 49,
68-
CrstJit = 50,
69-
CrstJitInlineTrackingMap = 51,
70-
CrstJitPatchpoint = 52,
71-
CrstJumpStubCache = 53,
72-
CrstLeafLock = 54,
73-
CrstListLock = 55,
74-
CrstLoaderAllocator = 56,
75-
CrstLoaderAllocatorReferences = 57,
76-
CrstLoaderHeap = 58,
77-
CrstManagedObjectWrapperMap = 59,
78-
CrstMethodDescBackpatchInfoTracker = 60,
79-
CrstMethodTableExposedObject = 61,
80-
CrstModule = 62,
81-
CrstModuleLookupTable = 63,
82-
CrstMulticoreJitHash = 64,
83-
CrstMulticoreJitManager = 65,
84-
CrstNativeImageEagerFixups = 66,
85-
CrstNativeImageLoad = 67,
86-
CrstNotifyGdb = 68,
87-
CrstPEImage = 69,
88-
CrstPendingTypeLoadEntry = 70,
89-
CrstPerfMap = 71,
90-
CrstPgoData = 72,
91-
CrstPinnedByrefValidation = 73,
92-
CrstPinnedHeapHandleTable = 74,
93-
CrstProfilerGCRefDataFreeList = 75,
94-
CrstProfilingAPIStatus = 76,
95-
CrstRCWCache = 77,
96-
CrstRCWCleanupList = 78,
97-
CrstReadyToRunEntryPointToMethodDescMap = 79,
98-
CrstReflection = 80,
99-
CrstReJITGlobalRequest = 81,
100-
CrstRetThunkCache = 82,
101-
CrstSigConvert = 83,
102-
CrstSingleUseLock = 84,
103-
CrstStressLog = 85,
104-
CrstStubCache = 86,
105-
CrstStubDispatchCache = 87,
106-
CrstStubUnwindInfoHeapSegments = 88,
107-
CrstSyncBlockCache = 89,
108-
CrstSyncHashLock = 90,
109-
CrstSystemBaseDomain = 91,
110-
CrstSystemDomain = 92,
111-
CrstSystemDomainDelayedUnloadList = 93,
112-
CrstThreadIdDispenser = 94,
113-
CrstThreadLocalStorageLock = 95,
114-
CrstThreadStore = 96,
115-
CrstTieredCompilation = 97,
116-
CrstTypeEquivalenceMap = 98,
117-
CrstTypeIDMap = 99,
118-
CrstUMEntryThunkCache = 100,
119-
CrstUMEntryThunkFreeListLock = 101,
120-
CrstUniqueStack = 102,
121-
CrstUnresolvedClassLock = 103,
122-
CrstUnwindInfoTableLock = 104,
123-
CrstVSDIndirectionCellLock = 105,
124-
CrstWrapperTemplate = 106,
125-
kNumberOfCrstTypes = 107
23+
CrstCCompRC = 5,
24+
CrstClassFactInfoHash = 6,
25+
CrstClassInit = 7,
26+
CrstClrNotification = 8,
27+
CrstCodeFragmentHeap = 9,
28+
CrstCodeVersioning = 10,
29+
CrstCOMCallWrapper = 11,
30+
CrstCOMWrapperCache = 12,
31+
CrstDataTest1 = 13,
32+
CrstDataTest2 = 14,
33+
CrstDbgTransport = 15,
34+
CrstDeadlockDetection = 16,
35+
CrstDebuggerController = 17,
36+
CrstDebuggerFavorLock = 18,
37+
CrstDebuggerHeapExecMemLock = 19,
38+
CrstDebuggerHeapLock = 20,
39+
CrstDebuggerJitInfo = 21,
40+
CrstDebuggerMutex = 22,
41+
CrstDelegateToFPtrHash = 23,
42+
CrstDynamicIL = 24,
43+
CrstDynamicMT = 25,
44+
CrstEtwTypeLogHash = 26,
45+
CrstEventPipe = 27,
46+
CrstEventStore = 28,
47+
CrstException = 29,
48+
CrstExecutableAllocatorLock = 30,
49+
CrstFCall = 31,
50+
CrstFrozenObjectHeap = 32,
51+
CrstFuncPtrStubs = 33,
52+
CrstFusionAppCtx = 34,
53+
CrstGCCover = 35,
54+
CrstGenericDictionaryExpansion = 36,
55+
CrstGlobalStrLiteralMap = 37,
56+
CrstHandleTable = 38,
57+
CrstIbcProfile = 39,
58+
CrstIJWFixupData = 40,
59+
CrstIJWHash = 41,
60+
CrstILStubGen = 42,
61+
CrstInlineTrackingMap = 43,
62+
CrstInstMethodHashTable = 44,
63+
CrstInterop = 45,
64+
CrstInteropData = 46,
65+
CrstIsJMCMethod = 47,
66+
CrstISymUnmanagedReader = 48,
67+
CrstJit = 49,
68+
CrstJitInlineTrackingMap = 50,
69+
CrstJitPatchpoint = 51,
70+
CrstJumpStubCache = 52,
71+
CrstLeafLock = 53,
72+
CrstListLock = 54,
73+
CrstLoaderAllocator = 55,
74+
CrstLoaderAllocatorReferences = 56,
75+
CrstLoaderHeap = 57,
76+
CrstManagedObjectWrapperMap = 58,
77+
CrstMethodDescBackpatchInfoTracker = 59,
78+
CrstMethodTableExposedObject = 60,
79+
CrstModule = 61,
80+
CrstModuleLookupTable = 62,
81+
CrstMulticoreJitHash = 63,
82+
CrstMulticoreJitManager = 64,
83+
CrstNativeImageEagerFixups = 65,
84+
CrstNativeImageLoad = 66,
85+
CrstNotifyGdb = 67,
86+
CrstPEImage = 68,
87+
CrstPendingTypeLoadEntry = 69,
88+
CrstPerfMap = 70,
89+
CrstPgoData = 71,
90+
CrstPinnedByrefValidation = 72,
91+
CrstPinnedHeapHandleTable = 73,
92+
CrstProfilerGCRefDataFreeList = 74,
93+
CrstProfilingAPIStatus = 75,
94+
CrstRCWCache = 76,
95+
CrstRCWCleanupList = 77,
96+
CrstReadyToRunEntryPointToMethodDescMap = 78,
97+
CrstReflection = 79,
98+
CrstReJITGlobalRequest = 80,
99+
CrstRetThunkCache = 81,
100+
CrstSigConvert = 82,
101+
CrstSingleUseLock = 83,
102+
CrstStressLog = 84,
103+
CrstStubCache = 85,
104+
CrstStubDispatchCache = 86,
105+
CrstStubUnwindInfoHeapSegments = 87,
106+
CrstSyncBlockCache = 88,
107+
CrstSyncHashLock = 89,
108+
CrstSystemDomain = 90,
109+
CrstSystemDomainDelayedUnloadList = 91,
110+
CrstThreadIdDispenser = 92,
111+
CrstThreadLocalStorageLock = 93,
112+
CrstThreadStore = 94,
113+
CrstTieredCompilation = 95,
114+
CrstTypeEquivalenceMap = 96,
115+
CrstTypeIDMap = 97,
116+
CrstUMEntryThunkCache = 98,
117+
CrstUMEntryThunkFreeListLock = 99,
118+
CrstUniqueStack = 100,
119+
CrstUnresolvedClassLock = 101,
120+
CrstUnwindInfoTableLock = 102,
121+
CrstVSDIndirectionCellLock = 103,
122+
CrstWrapperTemplate = 104,
123+
kNumberOfCrstTypes = 105
126124
};
127125

128126
#endif // __CRST_TYPES_INCLUDED

0 commit comments

Comments
 (0)