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

Completed in 30 milliseconds