Home | History | Annotate | Download | only in base

Lines Matching defs:requests

135   // Unique ID for this request. Used by observers to identify requests.
271 const RequestsList& requests() const {
286 // Free the requests attached to this job.
354 RequestsList requests_; // The requests waiting on this job.
385 // JobPool contains all the information relating to queued requests, including
387 // requests.
396 // Free the pending requests.
410 // Returns the number of pending requests enqueued to this pool.
485 // Removes any pending requests from the queue which are for the
508 // Maximum number of concurrent jobs allowed to be started for requests
512 // The current number of running jobs that were started for requests
516 // The maximum number of requests we allow to be waiting on a job,
520 // The requests which are waiting to be started for this pool.
554 // requests, which will also be cancelled.
657 // cancelled requests from Job::requests_.
661 // Because we destroy outstanding requests during Shutdown(),
729 "Number of queued requests: %d", static_cast<int>(total)));
796 // Try to start any queued requests now that a job-slot has freed up.
799 // Complete all of the requests that were attached to the job.
800 for (RequestsList::const_iterator it = job->requests().begin();
801 it != job->requests().end(); ++it) {