Searched refs:ProgressThreadStartRoutine (Results 1 – 2 of 2) sorted by relevance
148 static void* ProgressThreadStartRoutine(void* data);
352 void* ScreenRecoveryUI::ProgressThreadStartRoutine(void* data) { in ProgressThreadStartRoutine() function in ScreenRecoveryUI473 pthread_create(&progress_thread_, nullptr, ProgressThreadStartRoutine, this); in Init()