Searched refs:safeVolumeDialogThrd_ (Results 1 – 2 of 2) sorted by relevance
531 if (safeVolumeDialogThrd_ != nullptr && safeVolumeDialogThrd_->joinable()) { in Deinit()532 safeVolumeDialogThrd_->join(); in Deinit()533 safeVolumeDialogThrd_.reset(); in Deinit()534 safeVolumeDialogThrd_ = nullptr; in Deinit()5954 if (safeVolumeDialogThrd_ != nullptr && safeVolumeDialogThrd_->joinable()) { in CreateSafeVolumeDialogThread()5956 safeVolumeDialogThrd_->join(); in CreateSafeVolumeDialogThread()5957 safeVolumeDialogThrd_.reset(); in CreateSafeVolumeDialogThread()5958 safeVolumeDialogThrd_ = nullptr; in CreateSafeVolumeDialogThread()5963 safeVolumeDialogThrd_ = std::make_unique<std::thread>([this] { this->ShowDialog(); }); in CreateSafeVolumeDialogThread()5964 pthread_setname_np(safeVolumeDialogThrd_->native_handle(), "OS_AudioSafeDialog"); in CreateSafeVolumeDialogThread()
1242 std::unique_ptr<std::thread> safeVolumeDialogThrd_ = nullptr; variable