HomeSort by relevance Sort by last modified time
    Searched defs:WorkerPool (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/threading/
worker_pool.h 24 class BASE_API WorkerPool {
  /external/chromium_org/base/threading/
worker_pool.h 30 class BASE_EXPORT WorkerPool {
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/
worker_pool.cc 82 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,
382 WorkerPool::~WorkerPool()
    [all...]
worker_pool.h 100 class CC_EXPORT WorkerPool {
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/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 

Completed in 67 milliseconds