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

Unified Diff: runtime/vm/os.h

Issue 354063004: Allow StackFrameIterator to be used on a different thread than the isolate whose stack frames are b… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/os_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os.h
diff --git a/runtime/vm/os.h b/runtime/vm/os.h
index e2608531b74f21a16d707b80e7e6973f7e60396a..beceeaba1a256110abae7e99fcb299de3363b46d 100644
--- a/runtime/vm/os.h
+++ b/runtime/vm/os.h
@@ -78,6 +78,10 @@ class OS {
// Returns the stack size limit.
static uword GetStackSizeLimit();
+ // Returns true if StackFrameIterator can be used from an isolate that isn't
+ // the calling thread's current isolate.
+ static bool AllowStackFrameIteratorFromAnotherThread();
+
// Returns number of available processor cores.
static int NumberOfAvailableProcessors();
« no previous file with comments | « no previous file | runtime/vm/os_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698