Home
last modified time | relevance | path

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

/external/adhd/cras/src/libcras/
Dcras_client.c255 pthread_rwlock_t server_state_rwlock; member
301 pthread_rwlock_unlock(&client_int->server_state_rwlock); in server_state_unlock()
323 lock_rc = pthread_rwlock_rdlock(&client_int->server_state_rwlock); in server_state_rdlock()
327 pthread_rwlock_unlock(&client_int->server_state_rwlock); in server_state_rdlock()
348 return pthread_rwlock_wrlock(&client_int->server_state_rwlock); in server_state_wrlock()
2138 rc = pthread_rwlock_init(&client_int->server_state_rwlock, NULL); in cras_client_create()
2216 pthread_rwlock_destroy(&client_int->server_state_rwlock); in cras_client_create()
2239 pthread_rwlock_destroy(&client_int->server_state_rwlock); in cras_client_destroy()