Searched refs:server_state_rwlock (Results 1 – 1 of 1) sorted by relevance
255 pthread_rwlock_t server_state_rwlock; member301 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()