OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state_lock
(Results
1 - 3
of
3
) sorted by null
/system/bt/btif/src/
btif_sock_l2cap.c
93
static pthread_mutex_t
state_lock
;
variable
217
pthread_mutex_lock(&
state_lock
);
219
pthread_mutex_unlock(&
state_lock
);
365
pthread_mutex_init(&
state_lock
, NULL);
366
pthread_mutex_lock(&
state_lock
);
370
pthread_mutex_unlock(&
state_lock
);
377
pthread_mutex_lock(&
state_lock
);
381
pthread_mutex_unlock(&
state_lock
);
382
pthread_mutex_destroy(&
state_lock
);
417
pthread_mutex_lock(&
state_lock
);
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
169
pthread_mutex_t
state_lock
;
member in class:PortBase
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
61
pthread_mutex_init(&
state_lock
, NULL);
115
pthread_mutex_destroy(&
state_lock
);
943
if (pthread_mutex_trylock(&
state_lock
))
949
pthread_mutex_unlock(&
state_lock
);
[
all
...]
Completed in 675 milliseconds