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

Unified Diff: runtime/vm/service_isolate.h

Issue 1275353005: VM thread shutdown. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 5 years, 4 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/service_isolate.h
diff --git a/runtime/vm/service_isolate.h b/runtime/vm/service_isolate.h
index fbcd1368e0f244a097e3452f4def9d4f73d9d8fe..86433c9a9cb220089e75b3f0b01590578ef400ab 100644
--- a/runtime/vm/service_isolate.h
+++ b/runtime/vm/service_isolate.h
@@ -32,6 +32,9 @@ class ServiceIsolate : public AllStatic {
static void SendServiceExitMessage();
static void Shutdown();
+ private:
+ static void KillServiceIsolate();
+
protected:
static void SetServicePort(Dart_Port port);
static void SetServiceIsolate(Isolate* isolate);

Powered by Google App Engine
This is Rietveld 408576698