OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateMutex
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.cpp
91
pthread_mutex_init(&
updateMutex
, NULL);
99
// Should only be called with
updateMutex
locked.
110
// Should only be called with
updateMutex
locked.
157
// Should only be called with
updateMutex
locked.
240
// Should only be called with
updateMutex
locked.
296
// Should only be called with
updateMutex
locked.
304
// Should only be called with
updateMutex
locked.
326
pthread_mutex_lock(&
updateMutex
);
358
pthread_mutex_unlock(&
updateMutex
);
465
pthread_mutex_lock(&
updateMutex
);
[
all
...]
screen_ui.h
68
pthread_mutex_t
updateMutex
;
Completed in 23 milliseconds