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

Unified Diff: runtime/vm/isolate.h

Issue 1177153005: Enables clean VM shutdown. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Kill isolates from the service isolate Created 5 years, 6 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/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index 2b1256f4c6abe6fffe68ccfb2f5cf3a60d5a18db..140bd293b02ab1a0b7cac52cc97d16a78c19bcfc 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -722,6 +722,8 @@ class Isolate : public BaseIsolate {
private:
explicit Isolate(const Dart_IsolateFlags& api_flags);
+ static void KillAllIsolates(Isolate* isolate);
+
void BuildName(const char* name_prefix);
void PrintInvokedFunctions();

Powered by Google App Engine
This is Rietveld 408576698