Searched refs:single_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
763 ? single_thread_pool_.get() in Resolve()885 DCHECK(single_thread_pool_ != nullptr); in CheckThreadPools()2496 ? single_thread_pool_.get() in InitializeClasses()2893 single_thread_pool_.reset(new ThreadPool("Single-threaded Compiler driver thread pool", 0)); in InitializeThreadPools()2898 single_thread_pool_.reset(); in FreeThreadPools()
687 std::unique_ptr<ThreadPool> single_thread_pool_; variable