Searched refs:RecoveryDevicesThread_ (Results 1 – 2 of 2) sorted by relevance
396 if (RecoveryDevicesThread_ != nullptr) { in CreateRecoveryThread()397 RecoveryDevicesThread_->detach(); in CreateRecoveryThread()399 …RecoveryDevicesThread_ = std::make_unique<std::thread>([this] { this->RecoveryPreferredDevices(); … in CreateRecoveryThread()400 pthread_setname_np(RecoveryDevicesThread_->native_handle(), "APSRecovery"); in CreateRecoveryThread()536 if (RecoveryDevicesThread_ != nullptr && RecoveryDevicesThread_->joinable()) { in Deinit()537 RecoveryDevicesThread_->join(); in Deinit()538 RecoveryDevicesThread_.reset(); in Deinit()539 RecoveryDevicesThread_ = nullptr; in Deinit()
1253 std::unique_ptr<std::thread> RecoveryDevicesThread_ = nullptr; variable