Searched refs:single_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
325 std::unique_ptr<ThreadPool> single_thread_pool_; variable
528 ? single_thread_pool_.get() in Resolve()683 DCHECK(single_thread_pool_ != nullptr); in CheckThreadPools()1841 force_determinism ? single_thread_pool_.get() : parallel_thread_pool_.get(); in Verify()2517 ? single_thread_pool_.get() in InitializeClasses()2784 single_thread_pool_.reset(new ThreadPool("Single-threaded Compiler driver thread pool", 0)); in InitializeThreadPools()2789 single_thread_pool_.reset(); in FreeThreadPools()