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

Unified Diff: runtime/bin/eventhandler_linux.cc

Issue 9112013: Thread pool changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added tread pool shutdown Created 8 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/bin/eventhandler_linux.h ('k') | runtime/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/eventhandler_linux.cc
diff --git a/runtime/bin/eventhandler_linux.cc b/runtime/bin/eventhandler_linux.cc
index 4f3276d44e8b39116e557c32071b7e39705926f6..bad82ab1ab907f518a94e76daa89c46126eb30b7 100644
--- a/runtime/bin/eventhandler_linux.cc
+++ b/runtime/bin/eventhandler_linux.cc
@@ -370,13 +370,6 @@ void EventHandlerImplementation::StartEventHandler() {
if (result != 0) {
FATAL("Create start event handler thread");
}
-
- if (Dart_IsVMFlagSet("enable_thread_pool")) {
- thread_pool.Start();
- for (int i = 0; i < 100; i++) {
- thread_pool.InsertTask(i);
- }
- }
}
« no previous file with comments | « runtime/bin/eventhandler_linux.h ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698