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

  /external/libchrome/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
worker_pool.cc 29 return WorkerPool::PostTask(from_here, task, task_is_slow_);
36 // A TaskRunner which posts tasks to a WorkerPool with a
80 return WorkerPool::RunsTasksOnCurrentThread();
89 return WorkerPool::PostTask(from_here, task, tasks_are_slow_);
105 bool WorkerPool::PostTaskAndReply(const tracked_objects::Location& from_here,
110 // do about them because WorkerPool doesn't have a flushing API.
119 WorkerPool::GetTaskRunner(bool tasks_are_slow) {
worker_pool_unittest.cc 36 WorkerPool::PostTaskAndReply(
80 WorkerPool::PostTask(FROM_HERE,
84 WorkerPool::PostTask(FROM_HERE,
worker_pool_posix.cc 47 : pool_(new base::PosixDynamicThreadPool("WorkerPool",
107 bool WorkerPool::PostTask(const tracked_objects::Location& from_here,
115 bool WorkerPool::RunsTasksOnCurrentThread() {
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 144 type WorkerPool struct {
150 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
151 p := new(WorkerPool)
163 func (p *WorkerPool) Wait() {
168 *WorkerPool
178 uq.WorkerPool = StartWorkerPool(5, uq.worker)
188 // called before WorkerPool.Wait.
214 *WorkerPool
234 dq.WorkerPool = StartWorkerPool(12, dq.worker)
251 dq.WorkerPool.Wait(
    [all...]
  /external/libchrome/dbus/
file_descriptor.cc 20 base::WorkerPool::PostTask(
  /external/libchrome/crypto/
nss_util.cc 382 if (base::WorkerPool::PostTaskAndReply(
545 base::WorkerPool::PostTaskAndReply(
    [all...]
  /external/libchrome/base/
tracked_objects.cc 359 if (base::WorkerPool::RunsTasksOnCurrentThread())
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /external/libchrome/base/trace_event/
trace_log.cc     [all...]

Completed in 1418 milliseconds