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

Unified Diff: runtime/vm/thread_test.cc

Issue 1308973003: - Really delete InterruptableThreadState. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Adjust more stuff. Created 5 years, 4 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/thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread_test.cc
diff --git a/runtime/vm/thread_test.cc b/runtime/vm/thread_test.cc
index e7f1fbdd03c0bb60ad5c68e83e0c3aa54b453370..5f8628b7fa96ae3fdc6e3ad2e01c624afe2ff53a 100644
--- a/runtime/vm/thread_test.cc
+++ b/runtime/vm/thread_test.cc
@@ -41,7 +41,7 @@ UNIT_TEST_CASE(Monitor) {
Thread* thread = Thread::Current();
Isolate* isolate = thread->isolate();
// Thread interrupter interferes with this test, disable interrupts.
- thread->set_thread_state(NULL);
+ thread->SetThreadInterrupter(NULL, NULL);
Profiler::EndExecution(isolate);
Monitor* monitor = new Monitor();
monitor->Enter();
« no previous file with comments | « runtime/vm/thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698