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