Searched refs:progress_thread (Results 1 – 2 of 2) sorted by relevance
107 static void* progress_thread(void* cookie);
262 void* ScreenRecoveryUI::progress_thread(void *cookie) { in progress_thread() function in ScreenRecoveryUI376 pthread_create(&progress_t, NULL, progress_thread, NULL); in Init()