Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h291 #define _PROP_RWLOCK_RDLOCK(x) rw_enter(&(x), RW_READER) macro
339 #define _PROP_RWLOCK_RDLOCK(x) /* nothing */ macro
393 #define _PROP_RWLOCK_RDLOCK(x) rwlock_rdlock(&(x)) macro
419 #define _PROP_RWLOCK_RDLOCK(x) /* nothing */ macro
445 #define _PROP_RWLOCK_RDLOCK(x) pthread_rwlock_rdlock(&(x)) macro