OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateMutex
(Results
1 - 10
of
10
) sorted by null
/bootable/recovery/
screen_ui.cpp
87
updateMutex
(PTHREAD_MUTEX_INITIALIZER) {}
157
// Should only be called with
updateMutex
locked.
184
// called with
updateMutex
locked.
278
pthread_mutex_lock(&
updateMutex
);
307
pthread_mutex_unlock(&
updateMutex
);
419
// Redraws everything on the screen. Does not flip pages. Should only be called with
updateMutex
481
// Should only be called with
updateMutex
locked.
488
// Should only be called with
updateMutex
locked.
509
pthread_mutex_lock(&
updateMutex
);
544
pthread_mutex_unlock(&
updateMutex
);
[
all
...]
wear_ui.cpp
47
// Should only be called with
updateMutex
locked.
157
pthread_mutex_lock(&
updateMutex
);
177
pthread_mutex_unlock(&
updateMutex
);
182
pthread_mutex_lock(&
updateMutex
);
198
pthread_mutex_unlock(&
updateMutex
);
screen_ui.h
213
pthread_mutex_t
updateMutex
;
/external/libvncserver/libvncserver/
scale.c
326
LOCK(cl->
updateMutex
);
329
UNLOCK(cl->
updateMutex
);
378
LOCK(cl->
updateMutex
);
383
UNLOCK(cl->
updateMutex
);
397
LOCK(cl->
updateMutex
);
399
UNLOCK(cl->
updateMutex
);
main.c
274
LOCK(cl->
updateMutex
);
350
UNLOCK(cl->
updateMutex
);
406
LOCK(cl->
updateMutex
);
409
UNLOCK(cl->
updateMutex
);
462
LOCK(cl->
updateMutex
);
476
WAIT(cl->updateCond, cl->
updateMutex
);
479
UNLOCK(cl->
updateMutex
);
490
LOCK(cl->
updateMutex
);
492
UNLOCK(cl->
updateMutex
);
557
LOCK(cl->
updateMutex
);
[
all
...]
translate.c
426
LOCK(cl->
updateMutex
);
434
UNLOCK(cl->
updateMutex
);
rfbserver.c
396
INIT_MUTEX(cl->
updateMutex
);
610
TINI_MUTEX(cl->
updateMutex
);
[
all
...]
cursor.c
699
LOCK(cl->
updateMutex
);
701
UNLOCK(cl->
updateMutex
);
sockets.c
498
LOCK(cl->
updateMutex
);
520
UNLOCK(cl->
updateMutex
);
/external/libvncserver/rfb/
rfb.h
651
MUTEX(
updateMutex
);
[
all
...]
Completed in 228 milliseconds