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

Unified Diff: runtime/vm/os_thread_win.h

Issue 1408743007: Fix Windows take 3 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os_thread_win.h
diff --git a/runtime/vm/os_thread_win.h b/runtime/vm/os_thread_win.h
index 61f1d7fc96b48217ad2576587118ce57cf088484..539818282c5a2f497c6f5cb4e4ecc8c8830db155 100644
--- a/runtime/vm/os_thread_win.h
+++ b/runtime/vm/os_thread_win.h
@@ -151,12 +151,13 @@ class MallocGrowableArray;
class ThreadLocalData : public AllStatic {
+ public:
+ static void RunDestructors();
+
private:
static void AddThreadLocal(ThreadLocalKey key, ThreadDestructor destructor);
static void RemoveThreadLocal(ThreadLocalKey key);
- static void RunDestructors();
-
static Mutex* mutex_;
static MallocGrowableArray<ThreadLocalEntry>* thread_locals_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698