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 119 static void* progress_thread(void* cookie);
screen_ui.cpp 317 void* ScreenRecoveryUI::progress_thread(void *cookie) { function in class:ScreenRecoveryUI
435 pthread_create(&progress_t, NULL, progress_thread, NULL);

Completed in 2392 milliseconds