Searched refs:executors_ (Results 1 – 2 of 2) sorted by relevance
425 if (executors_.size() < max_num_threads_) { in GetProxyForURL()463 DCHECK_EQ(1u, executors_.size()); in CancelSetPacScript()465 executors_[0]->outstanding_job()->type()); in CancelSetPacScript()501 for (ExecutorList::const_iterator it = executors_.begin(); in CheckNoOutstandingUserRequests()502 it != executors_.end(); ++it) { in CheckNoOutstandingUserRequests()517 for (ExecutorList::iterator it = executors_.begin(); in ReleaseAllExecutors()518 it != executors_.end(); ++it) { in ReleaseAllExecutors()522 executors_.clear(); in ReleaseAllExecutors()528 for (ExecutorList::iterator it = executors_.begin(); in FindIdleExecutor()529 it != executors_.end(); ++it) { in FindIdleExecutor()[all …]
136 ExecutorList executors_; variable