Home
last modified time | relevance | path

Searched defs:worker_environment (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dtask_scheduler_impl.cc128 const SchedulerWorkerPoolImpl::WorkerEnvironment worker_environment = in Start() local
H A Dscheduler_worker_pool_impl.cc209 WorkerEnvironment worker_environment) { in Start()
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group.h410 WorkerEnvironment worker_environment = WorkerEnvironment::NONE; member
H A Dthread_pool_impl.cc223 ThreadGroup::WorkerEnvironment worker_environment; in Start() local
H A Dthread_group_semaphore.cc141 WorkerEnvironment worker_environment, in Start()
H A Dthread_group_impl.cc136 WorkerEnvironment worker_environment, in Start()
H A Dthread_group.cc164 WorkerEnvironment worker_environment, in StartImpl()
H A Dthread_group_unittest.cc118 void StartThreadGroup(ThreadGroup::WorkerEnvironment worker_environment = in StartThreadGroup()