Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Drwlock.h41 struct u_rwlock struct
50 static inline int u_rwlock_init(struct u_rwlock *rwlock) in u_rwlock_init() argument
60 static inline int u_rwlock_destroy(struct u_rwlock *rwlock) in u_rwlock_destroy()
69 static inline int u_rwlock_rdlock(struct u_rwlock *rwlock) in u_rwlock_rdlock()
79 static inline int u_rwlock_rdunlock(struct u_rwlock *rwlock) in u_rwlock_rdunlock()
89 static inline int u_rwlock_wrlock(struct u_rwlock *rwlock) in u_rwlock_wrlock()
99 static inline int u_rwlock_wrunlock(struct u_rwlock *rwlock) in u_rwlock_wrunlock()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_winsys.h53 struct u_rwlock global_bo_list_lock;
/external/mesa3d/src/amd/vulkan/
Dradv_private.h744 struct u_rwlock rwlock;