Searched refs:max_num_foreground_threads (Results 1 – 4 of 4) sorted by relevance
39 : 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() local103 Start({max_num_foreground_threads}); in StartWithDefaultParams()
129 std::min(kMaxBestEffortTasks, init_params.max_num_foreground_threads); in Start()235 size_t foreground_threads = init_params.max_num_foreground_threads; in Start()
69 size_t max_num_foreground_threads; member
301 size_t max_num_foreground_threads = kMaxNumForegroundThreads, in StartThreadPool() argument306 ThreadPoolInstance::InitParams init_params(max_num_foreground_threads, in StartThreadPool()