Home
last modified time | relevance | path

Searched refs:slot_lock (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_rfc.c97 static pthread_mutex_t slot_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable
133 pthread_mutex_lock(&slot_lock); in btsock_rfc_cleanup()
140 pthread_mutex_unlock(&slot_lock); in btsock_rfc_cleanup()
291 pthread_mutex_lock(&slot_lock); in btsock_rfc_listen()
315 pthread_mutex_unlock(&slot_lock); in btsock_rfc_listen()
331 pthread_mutex_lock(&slot_lock); in btsock_rfc_connect()
374 pthread_mutex_unlock(&slot_lock); in btsock_rfc_connect()
455 pthread_mutex_lock(&slot_lock); in on_cl_rfc_init()
467 pthread_mutex_unlock(&slot_lock); in on_cl_rfc_init()
471 pthread_mutex_lock(&slot_lock); in on_srv_rfc_listen_started()
[all …]