OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lock_init
(Results
1 - 4
of
4
) sorted by null
/system/core/libcutils/
threads.c
61
if (!store->
lock_init
) {
62
store->
lock_init
= -1;
64
store->
lock_init
= -2;
65
} else while (store->
lock_init
!= -2) {
/system/core/include/cutils/
threads.h
50
int
lock_init
;
member in struct:__anon81233
/external/libunwind/src/mi/
mempool.c
134
lock_init
(&pool->lock);
/external/libunwind/include/
libunwind_i.h
215
#define
lock_init
(l) mutex_init (l)
macro
Completed in 80 milliseconds