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

Unified Diff: runtime/vm/os_thread.h

Issue 1541073002: Implement safepointing of threads (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-review-comments Created 4 years, 11 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
Index: runtime/vm/os_thread.h
diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h
index 84f11b6a7004faa7624ba9e93e27a9aea77e8c16..3ab835d4567d3afa4a74da54a7f18a1cd1faa49e 100644
--- a/runtime/vm/os_thread.h
+++ b/runtime/vm/os_thread.h
@@ -237,9 +237,9 @@ class OSThread : public BaseThread {
static OSThread* thread_list_head_;
static bool creation_enabled_;
+ friend class Isolate;
zra 2016/01/08 23:32:07 Why?
siva 2016/01/12 21:26:22 To access set_thread which is a private method, it
friend class OSThreadIterator;
friend class ThreadInterrupterWin;
- friend class ThreadRegistry;
};

Powered by Google App Engine
This is Rietveld 408576698