Home
last modified time | relevance | path

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

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