HomeSort by relevance Sort by last modified time
    Searched full:max_parallel_jobs_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater.h 87 // Starts jobs from the |job_queue_| until |max_parallel_jobs_| are running or
92 // |max_parallel_jobs_| are running.
105 size_t max_parallel_jobs_; member in class:policy::ExternalPolicyDataUpdater
external_policy_data_updater.cc 300 max_parallel_jobs_(max_parallel_fetches),
357 while (running_jobs_ < max_parallel_jobs_ && !job_queue_.empty()) {

Completed in 68 milliseconds