Searched defs:WorkerPool (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/threading/
H A Dworker_pool.h24 class BASE_API WorkerPool { class in namespace:base
/external/chromium_org/base/threading/
H A Dworker_pool.h30 class BASE_EXPORT WorkerPool { class in namespace:base
47 // Return true if the current thread is one that this WorkerPool runs tasks
49 // this WorkerPool interface, RunsTasksOnCurrentThread would return false on
53 // Get a TaskRunner wrapper which posts to the WorkerPool using the given
/external/chromium_org/cc/resources/
H A Dworker_pool.cc82 class WorkerPool::Inner : public base::DelegateSimpleThread::Delegate {
154 WorkerPool::Inner::Inner(
178 WorkerPool::Inner::~Inner() {
189 void WorkerPool::Inner::Shutdown() {
210 void WorkerPool::Inner::SetTaskGraph(TaskGraph* graph) {
300 void WorkerPool::Inner::CollectCompletedTasks(TaskVector* completed_tasks) {
307 void WorkerPool::Inner::Run() {
376 WorkerPool::WorkerPool(size_t num_threads, function in class:cc::WorkerPool
382 WorkerPool
[all...]
H A Dworker_pool.h100 class CC_EXPORT WorkerPool { class in namespace:cc
102 virtual ~WorkerPool();
120 WorkerPool(size_t num_threads, const std::string& thread_name_prefix);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 281 milliseconds