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

Unified Diff: runtime/vm/thread.h

Issue 1233563004: Avoid race in isolate shutdown; add assertions, error messages (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Move wait per suggestion; port to all platforms. Created 5 years, 5 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 | « runtime/vm/os_thread_macos.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.h
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
index 00cea34611a3086733710dd741991a11575235a9..bc9cb61dcd69c6226b1426c225efdc6efdab2616 100644
--- a/runtime/vm/thread.h
+++ b/runtime/vm/thread.h
@@ -75,6 +75,8 @@ class Thread {
static void InitOnceBeforeIsolate();
static void InitOnceAfterObjectAndStubCode();
+ ~Thread();
+
// The topmost zone used for allocation in this thread.
Zone* zone() const { return state_.zone; }
« no previous file with comments | « runtime/vm/os_thread_macos.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698