summaryrefslogtreecommitdiff
path: root/src/inc/CrstTypes.def
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2018-05-10 09:04:52 -0700
committerJan Kotas <jkotas@microsoft.com>2018-05-10 09:04:52 -0700
commit91ff59ed969890f870045037e2baed6770d55d8d (patch)
treecf1a4d730c4f85766dd1dbd4dce3f316e034bdb6 /src/inc/CrstTypes.def
parentb50ce91e9bd75170ef6aaeb65b9b80824539919c (diff)
downloadcoreclr-91ff59ed969890f870045037e2baed6770d55d8d.tar.gz
coreclr-91ff59ed969890f870045037e2baed6770d55d8d.tar.bz2
coreclr-91ff59ed969890f870045037e2baed6770d55d8d.zip
Specify ordering between CrstUniqueStack and CrstReadyToRunEntryPointToMethodDescMap (#17938)
Diffstat (limited to 'src/inc/CrstTypes.def')
-rw-r--r--src/inc/CrstTypes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/CrstTypes.def b/src/inc/CrstTypes.def
index f8632e0476..6581059991 100644
--- a/src/inc/CrstTypes.def
+++ b/src/inc/CrstTypes.def
@@ -789,5 +789,5 @@ Crst NotifyGdb
End
Crst ReadyToRunEntryPointToMethodDescMap
- AcquiredBefore ExecuteManRangeLock
+ AcquiredBefore ExecuteManRangeLock UniqueStack
End