Home
last modified time | relevance | path

Searched refs:max_num_foreground_threads (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_pool_instance.cc39 : max_num_foreground_threads(max_num_foreground_threads_in), in InitParams()
45 : max_num_foreground_threads(max_num_foreground_threads_in), in InitParams()
101 const size_t max_num_foreground_threads = in StartWithDefaultParams() local
103 Start({max_num_foreground_threads}); in StartWithDefaultParams()
H A Dthread_pool_impl.cc129 std::min(kMaxBestEffortTasks, init_params.max_num_foreground_threads); in Start()
235 size_t foreground_threads = init_params.max_num_foreground_threads; in Start()
H A Dthread_pool_instance.h69 size_t max_num_foreground_threads; member
H A Dthread_pool_impl_unittest.cc301 size_t max_num_foreground_threads = kMaxNumForegroundThreads, in StartThreadPool() argument
306 ThreadPoolInstance::InitParams init_params(max_num_foreground_threads, in StartThreadPool()