Searched refs:num_threads_in_sub_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
328 num_threads_in_sub_thread_pool_(ParamFromEnvWithDefault( in RunHandlerThreadPool()361 int sub_thread_pool_id = num_threads_in_sub_thread_pool_.size() - 1; in Start()362 for (int j = 0; j < num_threads_in_sub_thread_pool_.size(); ++j) { in Start()363 if (i < num_threads_in_sub_thread_pool_[j]) { in Start()
301 std::vector<int> num_threads_in_sub_thread_pool_; variable