Searched refs:progress_thread_ (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/ | ||
D | screen_ui.h | 121 pthread_t progress_thread_; variable |
D | screen_ui.cpp | 494 pthread_create(&progress_thread_, nullptr, ProgressThreadStartRoutine, this); in Init() |