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

Unified Diff: runtime/vm/isolate.h

Issue 796063006: Rename Thread -> OSThread. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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
« no previous file with comments | « runtime/vm/freelist.cc ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.h
===================================================================
--- runtime/vm/isolate.h (revision 42893)
+++ runtime/vm/isolate.h (working copy)
@@ -16,7 +16,7 @@
#include "vm/random.h"
#include "vm/store_buffer.h"
#include "vm/tags.h"
-#include "vm/thread.h"
+#include "vm/os_thread.h"
#include "vm/trace_buffer.h"
#include "vm/timer.h"
@@ -111,7 +111,7 @@
~Isolate();
static inline Isolate* Current() {
- return reinterpret_cast<Isolate*>(Thread::GetThreadLocal(isolate_key));
+ return reinterpret_cast<Isolate*>(OSThread::GetThreadLocal(isolate_key));
}
static void SetCurrent(Isolate* isolate);
« no previous file with comments | « runtime/vm/freelist.cc ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698