Skip to content

Commit

Permalink
Try Fix Crst EventPipeCallbackDispatch order
Browse files Browse the repository at this point in the history
  • Loading branch information
mdh1418 committed Jul 31, 2024
1 parent ca292e2 commit b862d5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/coreclr/inc/CrstTypes.def
Original file line number Diff line number Diff line change
Expand Up @@ -584,4 +584,5 @@ End

Crst EventPipeCallbackDispatch
AcquiredAfter EventPipe
AcquiredBefore ThreadIdDispenser ThreadStore GenericDictionaryExpansion InstMethodHashTable
End
8 changes: 4 additions & 4 deletions src/coreclr/inc/crsttypes_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ int g_rgCrstLevelMap[] =
0, // CrstDynamicIL
10, // CrstDynamicMT
0, // CrstEtwTypeLogHash
20, // CrstEventPipe
0, // CrstEventPipeCallbackDispatch
21, // CrstEventPipe
20, // CrstEventPipeCallbackDispatch
0, // CrstEventStore
0, // CrstException
0, // CrstExecutableAllocatorLock
Expand All @@ -194,7 +194,7 @@ int g_rgCrstLevelMap[] =
7, // CrstILStubGen
3, // CrstInlineTrackingMap
19, // CrstInstMethodHashTable
22, // CrstInterop
23, // CrstInterop
10, // CrstInteropData
0, // CrstIsJMCMethod
7, // CrstISymUnmanagedReader
Expand Down Expand Up @@ -223,7 +223,7 @@ int g_rgCrstLevelMap[] =
0, // CrstNotifyGdb
2, // CrstObjectList
5, // CrstPEImage
21, // CrstPendingTypeLoadEntry
22, // CrstPendingTypeLoadEntry
0, // CrstPerfMap
4, // CrstPgoData
0, // CrstPinnedByrefValidation
Expand Down

0 comments on commit b862d5b

Please sign in to comment.