OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:progress_thread
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
117
static void*
progress_thread
(void* cookie);
screen_ui.cpp
283
void* ScreenRecoveryUI::
progress_thread
(void *cookie) {
function in class:ScreenRecoveryUI
379
pthread_create(&progress_t, NULL,
progress_thread
, NULL);
Completed in 30 milliseconds