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
89
pthread_mutex_init(&
updateMutex
, NULL);
97
// Should only be called with
updateMutex
locked.
108
// Should only be called with
updateMutex
locked.
141
// Should only be called with
updateMutex
locked.
224
// Should only be called with
updateMutex
locked.
280
// Should only be called with
updateMutex
locked.
288
// Should only be called with
updateMutex
locked.
310
pthread_mutex_lock(&
updateMutex
);
342
pthread_mutex_unlock(&
updateMutex
);
447
pthread_mutex_lock(&
updateMutex
);
[
all
...]
screen_ui.h
69
pthread_mutex_t
updateMutex
;
Completed in 1818 milliseconds