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

  /bootable/recovery/
screen_ui.h 103 static void* progress_thread(void* cookie);
screen_ui.cpp 230 void* ScreenRecoveryUI::progress_thread(void *cookie) { function in class:ScreenRecoveryUI
336 pthread_create(&progress_t, NULL, progress_thread, NULL);

Completed in 27 milliseconds