Searched refs:num_worker_tasks_ (Results 1 – 2 of 2) sorted by relevance
186 num_worker_tasks_(0), in CompilerDispatcher()432 if (num_worker_tasks_ == 0) abort_ = false; in AbortInactiveJobs()518 if (platform_->NumberOfWorkerThreads() <= num_worker_tasks_) { in ScheduleMoreWorkerTasksIfNeeded()521 ++num_worker_tasks_; in ScheduleMoreWorkerTasksIfNeeded()568 --num_worker_tasks_; in DoBackgroundWork()716 if (num_worker_tasks_ == 0) abort_ = false; in RemoveJob()
187 int num_worker_tasks_; variable