Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: runtime/vm/dart.h

Issue 1275353005: VM thread shutdown. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add shutdown flag Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/dart.h
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
index e06ae4e38d99b9348f7629f84e414ee6bc00ed72..c0203cc4040b0c0cfcb1541fb7fbbfeb7ae92c00 100644
--- a/runtime/vm/dart.h
+++ b/runtime/vm/dart.h
@@ -55,6 +55,8 @@ class Dart : public AllStatic {
static bool IsReadOnlyHandle(uword address);
private:
+ static void WaitForIsolateShutdown();
+
static Isolate* vm_isolate_;
static ThreadPool* thread_pool_;
static DebugInfo* pprof_symbol_generator_;

Powered by Google App Engine
This is Rietveld 408576698