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:
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