Lines Matching refs:pool
59 // Note: This is currently unused, since there is a single pool
98 // pool. NOTE: Don't call this after requests have been already been started.
100 // |pool_index| -- Specifies which pool these constraints should be applied
103 // pool.
104 // |max_pending_requests| -- How many requests can be enqueued for this pool
194 // Returns true if the constraints for |pool| are met, and a new job can be
195 // created for this pool.
196 bool CanCreateJobForPool(const JobPool& pool) const;
198 // Returns the index of the pool that request |req| maps to.
205 // Starts up to 1 job given the current pool constraints. This job
217 // Adds a pending request |req| to |pool|.
218 int EnqueueRequest(JobPool* pool, Request* req);
239 // how many outstanding jobs the pool already has, and its constraints.