Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-12-17 04:35:30 +0300
committerJan Kotas <jkotas@microsoft.com>2015-12-17 04:35:30 +0300
commit56cf1ba0d87cd08e57b40a4934cc05cf61cc5d04 (patch)
tree3d2aa29bde5cdb4a76341d7f49c568d016e192da /src/Native/Runtime/Crst.h
parent6cf6977b884f47d004972910af4a39e07be2df53 (diff)
Fix GCStress
[tfs-changeset: 1558329]
Diffstat (limited to 'src/Native/Runtime/Crst.h')
-rw-r--r--src/Native/Runtime/Crst.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Native/Runtime/Crst.h b/src/Native/Runtime/Crst.h
index bd2927000..c267a3c0c 100644
--- a/src/Native/Runtime/Crst.h
+++ b/src/Native/Runtime/Crst.h
@@ -22,23 +22,21 @@ private:
// -----------------------------------------------------------------------------------------------------------
//
// Minimal Crst implementation based on CRITICAL_SECTION. Doesn't support much except for the basic locking
-// functionality (in particular there is no rank violation checking, but then again there's only one Crst type
-// used currently).
+// functionality (in particular there is no rank violation checking).
//
enum CrstType
{
CrstHandleTable,
- CrstThreadStore,
CrstDispatchCache,
CrstAllocHeap,
- CrstModuleList,
CrstGenericInstHashtab,
CrstMemAccessMgr,
CrstInterfaceDispatchGlobalLists,
CrstStressLog,
CrstRestrictedCallouts,
CrstGcStressControl,
+ CrstSuspendEE,
};
enum CrstFlags