OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_slot_lock
(Results
1 - 1
of
1
) sorted by null
/system/bt/btif/src/
btif_sock_thread.c
105
static pthread_mutex_t
thread_slot_lock
= PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
variable
182
pthread_mutex_lock(&
thread_slot_lock
);
184
pthread_mutex_unlock(&
thread_slot_lock
);
369
pthread_mutex_lock(&
thread_slot_lock
);
371
pthread_mutex_unlock(&
thread_slot_lock
);
Completed in 187 milliseconds