Home
last modified time | relevance | path

Searched defs:max_tasks (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_worker_pool_impl_unittest.cc104 size_t max_tasks) { in StartWorkerPool()
113 size_t max_tasks) { in CreateAndStartWorkerPool()
327 size_t max_tasks) override { in StartWorkerPool()
562 const auto max_tasks = worker_pool_->GetMaxTasksForTesting(); in FloodPool() local
1051 size_t max_tasks = worker_pool_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() local
H A Dscheduler_worker_pool_params.cc10 int max_tasks, in SchedulerWorkerPoolParams()
H A Dscheduler_worker_pool_params.h30 int max_tasks() const { return max_tasks_; } in max_tasks() function
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group_semaphore_unittest.cc106 size_t max_tasks, in StartThreadGroup()
121 size_t max_tasks = kMaxTasks, in CreateAndStartThreadGroup()
536 size_t max_tasks = kMaxTasks, in CreateAndStartThreadGroup()
765 size_t max_tasks = thread_group_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() local
H A Dthread_group_impl_unittest.cc104 size_t max_tasks, in StartThreadGroup()
119 size_t max_tasks = kMaxTasks, in CreateAndStartThreadGroup()
532 size_t max_tasks = kMaxTasks, in CreateAndStartThreadGroup()
751 size_t max_tasks = thread_group_->GetMaxTasksForTesting(); in ExpectMaxTasksIncreasesTo() local
H A Dthread_group_semaphore.cc136 size_t max_tasks, in Start()
H A Dthread_group_impl.cc131 size_t max_tasks, in Start()
H A Dthread_group.cc159 size_t max_tasks, in StartImpl()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/6/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_params.h33 int max_tasks() const { return max_tasks_; } in max_tasks() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_params.h33 int max_tasks() const { return max_tasks_; } in max_tasks() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/share/clang/
Dclang-tidy-diff.py95 def start_workers(max_tasks, tidy_caller, arguments): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/share/clang/
Dclang-tidy-diff.py95 def start_workers(max_tasks, tidy_caller, arguments): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/share/clang/
Dclang-tidy-diff.py95 def start_workers(max_tasks, tidy_caller, arguments): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/share/clang/
Dclang-tidy-diff.py95 def start_workers(max_tasks, tidy_caller, arguments): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/clang/
Dclang-tidy-diff.py95 def start_workers(max_tasks, tidy_caller, arguments): argument
/aosp_15_r20/external/gemmlowp/meta/
H A Dlegacy_multi_thread_common.h83 void PrepareTasks(std::int32_t max_tasks, std::int32_t m, std::int32_t n, in PrepareTasks()
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/
H A Dcloudtasks.proto785 int32 max_tasks = 2; field
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta2/
H A Dcloudtasks.proto809 int32 max_tasks = 2; field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/concurrent/futures/
Dprocess.py220 def _process_worker(call_queue, result_queue, initializer, initargs, max_tasks=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/concurrent/futures/
H A Dprocess.py220 def _process_worker(call_queue, result_queue, initializer, initargs, max_tasks=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/concurrent/futures/
Dprocess.py220 def _process_worker(call_queue, result_queue, initializer, initargs, max_tasks=None): argument
/aosp_15_r20/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py220 def _process_worker(call_queue, result_queue, initializer, initargs, max_tasks=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/concurrent/futures/
Dprocess.py220 def _process_worker(call_queue, result_queue, initializer, initargs, max_tasks=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/concurrent/futures/
Dprocess.py220 def _process_worker(call_queue, result_queue, initializer, initargs, max_tasks=None): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c2200 const unsigned int max_tasks = 4096; in llvmpipe_draw_mesh_tasks() local