OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lock_init
(Results
1 - 2
of
2
) sorted by null
/system/core/libcutils/
threads.c
63
if (!store->
lock_init
) {
64
store->
lock_init
= -1;
66
store->
lock_init
= -2;
67
} else while (store->
lock_init
!= -2) {
/system/core/include/cutils/
threads.h
50
int
lock_init
;
member in struct:__anon60786
Completed in 3305 milliseconds