HomeSort by relevance Sort by last modified time
    Searched refs:ProgressThreadStartRoutine (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 110 static void* ProgressThreadStartRoutine(void* data);
screen_ui.cpp 500 void* ScreenRecoveryUI::ProgressThreadStartRoutine(void* data) {
635 pthread_create(&progress_thread_, nullptr, ProgressThreadStartRoutine, this);

Completed in 59 milliseconds