OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgressThreadStartRoutine
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
110
static void*
ProgressThreadStartRoutine
(void* data);
screen_ui.cpp
500
void* ScreenRecoveryUI::
ProgressThreadStartRoutine
(void* data) {
635
pthread_create(&progress_thread_, nullptr,
ProgressThreadStartRoutine
, this);
Completed in 59 milliseconds