Home
last modified time | relevance | path

Searched defs:rwlock (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Drwlock.c16 int u_rwlock_init(struct u_rwlock *rwlock) in u_rwlock_init()
26 int u_rwlock_destroy(struct u_rwlock *rwlock) in u_rwlock_destroy()
35 int u_rwlock_rdlock(struct u_rwlock *rwlock) in u_rwlock_rdlock()
45 int u_rwlock_rdunlock(struct u_rwlock *rwlock) in u_rwlock_rdunlock()
55 int u_rwlock_wrlock(struct u_rwlock *rwlock) in u_rwlock_wrlock()
65 int u_rwlock_wrunlock(struct u_rwlock *rwlock) in u_rwlock_wrunlock()
Drwlock.h44 } rwlock; member