Home
last modified time | relevance | path

Searched refs:progress_thread (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Dscreen_ui.h107 static void* progress_thread(void* cookie);
Dscreen_ui.cpp262 void* ScreenRecoveryUI::progress_thread(void *cookie) { in progress_thread() function in ScreenRecoveryUI
376 pthread_create(&progress_t, NULL, progress_thread, NULL); in Init()