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.c43 static pthread_mutex_t sdp_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable
109 pthread_mutex_lock(&sdp_lock); in sdp_server_cleanup()
118 pthread_mutex_unlock(&sdp_lock); in sdp_server_cleanup()
195 pthread_mutex_lock(&sdp_lock); in alloc_sdp_slot()
204 pthread_mutex_unlock(&sdp_lock); in alloc_sdp_slot()
221 pthread_mutex_lock(&sdp_lock); in free_sdp_slot()
230 pthread_mutex_unlock(&sdp_lock); in free_sdp_slot()
251 pthread_mutex_lock(&sdp_lock); in start_create_sdp()
258 pthread_mutex_unlock(&sdp_lock); in start_create_sdp()
268 pthread_mutex_lock(&sdp_lock); in set_sdp_handle()
[all …]