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

Unified Diff: native_client_sdk/src/examples/demo/voronoi/threadpool.h

Issue 16266004: Change default to not use pthreads at startup (all calculations on main thread) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 | native_client_sdk/src/examples/demo/voronoi/threadpool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/demo/voronoi/threadpool.h
===================================================================
--- native_client_sdk/src/examples/demo/voronoi/threadpool.h (revision 203001)
+++ native_client_sdk/src/examples/demo/voronoi/threadpool.h (working copy)
@@ -38,7 +38,6 @@
bool exiting_;
void* user_data_;
WorkFunction user_work_function_;
- pthread_mutex_t mutex_;
sem_t work_sem_;
sem_t done_sem_;
};
« no previous file with comments | « no previous file | native_client_sdk/src/examples/demo/voronoi/threadpool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698