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

Unified Diff: runtime/vm/profiler.h

Issue 83093004: Fix shutdown races and move signal blocking into profiler (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
Index: runtime/vm/profiler.h
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
index ba25c4328e5575a866d45ed4e98f592d277f116a..112ac924ecc893c807069ee1dc98469d3829ed71 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -24,7 +24,7 @@ class ProfilerManager : public AllStatic {
static void SetupIsolateForProfiling(Isolate* isolate);
static void ShutdownIsolateForProfiling(Isolate* isolate);
- static void ScheduleIsolate(Isolate* isolate);
+ static void ScheduleIsolate(Isolate* isolate, bool inside_signal = false);
static void DescheduleIsolate(Isolate* isolate);
static void PrintToJSONStream(Isolate* isolate, JSONStream* stream);
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/profiler.cc » ('j') | runtime/vm/profiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698