Home | History | Annotate | Download | only in base

Lines Matching defs:jobs

626   // This boolean is used for histogramming the duration of jobs used to
747 // the limits on how many jobs are allowed to be used for this category of
885 // Maximum number of concurrent jobs allowed to be started for requests
889 // The current number of running jobs that were started for requests
935 // Cancel the outstanding jobs. Those jobs may contain several attached
991 // outstanding jobs map.
1168 // Cancel the outstanding jobs.
1437 JobMap jobs;
1438 jobs.swap(jobs_);
1439 for (JobMap::iterator it = jobs.begin(); it != jobs.end(); ++it)
1446 JobMap jobs;
1447 jobs.swap(jobs_);
1448 for (JobMap::iterator it = jobs.begin(); it != jobs.end(); ++it) {