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

Unified Diff: runtime/vm/profiler.h

Issue 86793002: Ensure profiler manager thread has shutdown before main thread (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler.h
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
index d8f2946f6ab8aae61849cd3d7899a434489afe3b..bec51e648f0f0ab2ec96c07175e085016d2184c2 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -35,7 +35,9 @@ class ProfilerManager : public AllStatic {
static const intptr_t kMaxProfiledIsolates = 4096;
static bool initialized_;
static bool shutdown_;
+ static bool thread_running_;
static Monitor* monitor_;
+ static Monitor* start_stop_monitor_;
static Isolate** isolates_;
static intptr_t isolates_capacity_;
« no previous file with comments | « no previous file | runtime/vm/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698