Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sdp_server.c45 static pthread_mutex_t sdp_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable
111 pthread_mutex_lock(&sdp_lock); in sdp_server_cleanup()
120 pthread_mutex_unlock(&sdp_lock); in sdp_server_cleanup()
196 pthread_mutex_lock(&sdp_lock); in alloc_sdp_slot()
205 pthread_mutex_unlock(&sdp_lock); in alloc_sdp_slot()
222 pthread_mutex_lock(&sdp_lock); in free_sdp_slot()
231 pthread_mutex_unlock(&sdp_lock); in free_sdp_slot()
252 pthread_mutex_lock(&sdp_lock); in start_create_sdp()
259 pthread_mutex_unlock(&sdp_lock); in start_create_sdp()
269 pthread_mutex_lock(&sdp_lock); in set_sdp_handle()
[all …]