Home | History | Annotate | Download | only in compiler-dispatcher

Lines Matching refs:CompilerDispatcherJob

32 class CompilerDispatcherJob;
126 typedef std::map<JobId, std::unique_ptr<CompilerDispatcherJob>> JobMap;
132 void WaitForJobIfRunningOnBackground(CompilerDispatcherJob* job);
137 void ConsiderJobForBackgroundProcessing(CompilerDispatcherJob* job);
144 JobId Enqueue(std::unique_ptr<CompilerDispatcherJob> job);
145 JobId EnqueueAndStep(std::unique_ptr<CompilerDispatcherJob> job);
149 JobMap::const_iterator InsertJob(std::unique_ptr<CompilerDispatcherJob> job);
152 bool FinishNow(CompilerDispatcherJob* job);
190 std::unordered_set<CompilerDispatcherJob*> pending_background_jobs_;
194 std::unordered_set<CompilerDispatcherJob*> running_background_jobs_;
198 CompilerDispatcherJob* main_thread_blocking_on_job_;