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

Unified Diff: runtime/vm/profiler.h

Issue 83623004: Guard against an isolate being scheduled twice (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 112ac924ecc893c807069ee1dc98469d3829ed71..06561c9fb4c4794bafb7d32876d034e2b56a6bf1 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -41,6 +41,7 @@ class ProfilerManager : public AllStatic {
static intptr_t isolates_capacity_;
static intptr_t isolates_size_;
+ static void ScheduleIsolateHelper(Isolate* isolate);
static void ResizeIsolates(intptr_t new_capacity);
static void AddIsolate(Isolate* isolate);
static intptr_t FindIsolate(Isolate* isolate);
« 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