Home
last modified time | relevance | path

Searched refs:progress_thread_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp341 if (progress_thread_.joinable()) { in ~ScreenRecoveryUI()
342 progress_thread_.join(); in ~ScreenRecoveryUI()
951 progress_thread_ = std::thread(&ScreenRecoveryUI::ProgressThreadLoop, this); in Init()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h393 std::thread progress_thread_; variable