Searched refs:verification_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
856 if (verification_thread_pool_ == nullptr) { in RunBackgroundVerification()857 verification_thread_pool_.reset( in RunBackgroundVerification()859 verification_thread_pool_->StartWorkers(self); in RunBackgroundVerification()862 verification_thread_pool_->AddTask(self, new BackgroundVerificationTask( in RunBackgroundVerification()871 if (verification_thread_pool_ != nullptr) { in WaitForWorkersToBeCreated()872 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()877 verification_thread_pool_.reset(nullptr); in DeleteThreadPool()881 if (verification_thread_pool_ == nullptr) { in WaitForBackgroundVerificationTasksToFinish()886 verification_thread_pool_->Wait(self, /* do_work= */ true, /* may_hold_locks= */ false); in WaitForBackgroundVerificationTasksToFinish()890 if (verification_thread_pool_ != nullptr) { in WaitForBackgroundVerificationTasks()[all …]
171 std::unique_ptr<ThreadPool> verification_thread_pool_; variable