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

Unified Diff: runtime/vm/thread_interrupter_linux.cc

Issue 129223005: Temporary disable of thread interrupter on Linux (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « 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/thread_interrupter_linux.cc
diff --git a/runtime/vm/thread_interrupter_linux.cc b/runtime/vm/thread_interrupter_linux.cc
index ee6b4a7569ea7f6f57d416a2f8194b069ed590fa..b85dee894e9613bf61d1ed74e2ab9cef0d8ced4a 100644
--- a/runtime/vm/thread_interrupter_linux.cc
+++ b/runtime/vm/thread_interrupter_linux.cc
@@ -41,6 +41,8 @@ class ThreadInterrupterLinux : public AllStatic {
void ThreadInterrupter::InterruptThreads(int64_t current_time) {
+ // Temporary test.
+ return;
for (intptr_t i = 0; i < threads_size_; i++) {
ThreadState* state = threads_[i];
ASSERT(state->id != Thread::kInvalidThreadId);
« 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