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

Unified Diff: runtime/vm/dart.h

Issue 2052343002: Fix dead lock in isolate shutdown. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: add check for service isolate running Created 4 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
« no previous file with comments | « no previous file | runtime/vm/dart.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.h
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
index ea40e43386e40197158ef7b83a4373fcb2e0f103..10ffea38ede7503a288badc55be03f49e7bbd243 100644
--- a/runtime/vm/dart.h
+++ b/runtime/vm/dart.h
@@ -117,6 +117,7 @@ class Dart : public AllStatic {
private:
static void WaitForIsolateShutdown();
+ static void WaitForApplicationIsolateShutdown();
static Isolate* vm_isolate_;
static int64_t start_time_;
« no previous file with comments | « no previous file | runtime/vm/dart.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698