Home | History | Annotate | Download | only in base

Lines Matching full:requests

21 // WorkerPool, where it runs SystemHostResolverProc(). If requests for that same
47 // Requests are ordered in the queue based on their priority.
56 // for all requests.
106 // Starts/ends capturing requests to a trace log.
111 // Returns a copy of the requests trace log, or NULL if there is none.
114 // Applies a set of constraints for requests that belong to the specified
115 // pool. NOTE: Don't call this after requests have been already been started.
121 // |max_pending_requests| -- How many requests can be enqueued for this pool
122 // before we start dropping requests. Dropped
123 // requests fail with
193 // may have multiple requests attached to it.
211 // The information to track pending requests for a JobPool, as well as
227 // The only consumer of this ID is the requests tracing code.