Searched refs:verification_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
853 if (verification_thread_pool_ == nullptr) { in RunBackgroundVerification()854 verification_thread_pool_.reset( in RunBackgroundVerification()856 verification_thread_pool_->StartWorkers(self); in RunBackgroundVerification()859 verification_thread_pool_->AddTask(self, new BackgroundVerificationTask( in RunBackgroundVerification()868 if (verification_thread_pool_ != nullptr) { in WaitForWorkersToBeCreated()869 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()874 verification_thread_pool_.reset(nullptr); in DeleteThreadPool()878 if (verification_thread_pool_ == nullptr) { in WaitForBackgroundVerificationTasksToFinish()883 verification_thread_pool_->Wait(self, /* do_work= */ true, /* may_hold_locks= */ false); in WaitForBackgroundVerificationTasksToFinish()887 if (verification_thread_pool_ != nullptr) { in WaitForBackgroundVerificationTasks()[all …]
171 std::unique_ptr<ThreadPool> verification_thread_pool_; variable