Home
last modified time | relevance | path

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

/external/adhd/cras/src/libcras/
Dcras_client.c253 struct client_int { struct
259 ((struct client_int *)((char *)cptr - offsetof(struct client_int, client))) argument
295 struct client_int *client_int; in server_state_unlock() local
299 client_int = to_client_int(client); in server_state_unlock()
301 pthread_rwlock_unlock(&client_int->server_state_rwlock); in server_state_unlock()
317 struct client_int *client_int; in server_state_rdlock() local
322 client_int = to_client_int(client); in server_state_rdlock()
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()
343 struct client_int *client_int; in server_state_wrlock() local
[all …]