summaryrefslogtreecommitdiff
path: root/src/vm/threadsuspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/threadsuspend.h')
-rw-r--r--src/vm/threadsuspend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vm/threadsuspend.h b/src/vm/threadsuspend.h
index 73f2b8b803..df88629ad2 100644
--- a/src/vm/threadsuspend.h
+++ b/src/vm/threadsuspend.h
@@ -197,6 +197,9 @@ public:
static HRESULT SuspendRuntime(ThreadSuspend::SUSPEND_REASON reason);
static void ResumeRuntime(BOOL bFinishedGC, BOOL SuspendSucceded);
+ // Initialize thread suspension support
+ static void Initialize();
+
private:
static CLREvent * g_pGCSuspendEvent;