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

Unified Diff: runtime/vm/message_handler_test.cc

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/message_handler.h ('k') | runtime/vm/native_symbol_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/message_handler_test.cc
===================================================================
--- runtime/vm/message_handler_test.cc (revision 42893)
+++ runtime/vm/message_handler_test.cc (working copy)
@@ -311,7 +311,7 @@
info.handler = &handler;
info.ports = ports;
info.count = 10;
- Thread::Start(SendMessages, reinterpret_cast<uword>(&info));
+ OSThread::Start(SendMessages, reinterpret_cast<uword>(&info));
while (sleep < kMaxSleep && handler.message_count() < 11) {
OS::Sleep(10);
sleep += 10;
« no previous file with comments | « runtime/vm/message_handler.h ('k') | runtime/vm/native_symbol_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698