Home
last modified time | relevance | path

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

/kvmtool/include/kvm/
H A Drwsem.h15 static inline void down_read(pthread_rwlock_t *rwsem) in down_read()
21 static inline void down_write(pthread_rwlock_t *rwsem) in down_write()
27 static inline void up_read(pthread_rwlock_t *rwsem) in up_read()
33 static inline void up_write(pthread_rwlock_t *rwsem) in up_write()