Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_rfc.c94 static pthread_mutex_t slot_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable
127 pthread_mutex_lock(&slot_lock); in btsock_rfc_cleanup()
133 pthread_mutex_unlock(&slot_lock); in btsock_rfc_cleanup()
282 pthread_mutex_lock(&slot_lock); in btsock_rfc_listen()
305 pthread_mutex_unlock(&slot_lock); in btsock_rfc_listen()
321 pthread_mutex_lock(&slot_lock); in btsock_rfc_connect()
363 pthread_mutex_unlock(&slot_lock); in btsock_rfc_connect()
444 pthread_mutex_lock(&slot_lock); in on_cl_rfc_init()
456 pthread_mutex_unlock(&slot_lock); in on_cl_rfc_init()
460 pthread_mutex_lock(&slot_lock); in on_srv_rfc_listen_started()
[all …]
Dbtif_sock_l2cap.c56 static pthread_mutex_t slot_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable