Searched refs:verification_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
766 if (verification_thread_pool_ == nullptr) { in RunBackgroundVerification()767 verification_thread_pool_.reset( in RunBackgroundVerification()769 verification_thread_pool_->StartWorkers(self); in RunBackgroundVerification()772 verification_thread_pool_->AddTask(self, new BackgroundVerificationTask( in RunBackgroundVerification()781 if (verification_thread_pool_ != nullptr) { in WaitForWorkersToBeCreated()782 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()787 verification_thread_pool_.reset(nullptr); in DeleteThreadPool()791 if (verification_thread_pool_ != nullptr) { in WaitForBackgroundVerificationTasks()793 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForBackgroundVerificationTasks()794 verification_thread_pool_->Wait(self, /* do_work= */ true, /* may_hold_locks= */ false); in WaitForBackgroundVerificationTasks()
162 std::unique_ptr<ThreadPool> verification_thread_pool_; variable