Searched refs:debug_info_thread_pool_ (Results 1 – 1 of 1) sorted by relevance
139 std::unique_ptr<ThreadPool> debug_info_thread_pool_; member in art::linker::FINAL264 debug_info_thread_pool_ = std::unique_ptr<ThreadPool>( in PrepareDebugInfo()266 debug_info_thread_pool_->AddTask(self, debug_info_task_.get()); in PrepareDebugInfo()267 debug_info_thread_pool_->StartWorkers(self); in PrepareDebugInfo()281 DCHECK(debug_info_thread_pool_ != nullptr); in WriteDebugInfo()282 debug_info_thread_pool_->Wait(self, true, false); in WriteDebugInfo()