Home
last modified time | relevance | path

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

/netbsd/src/common/lib/libprop/
Dprop_object_impl.h307 #define _PROP_RWLOCK_RDLOCK(x) rw_enter(&(x), RW_READER) macro
355 #define _PROP_RWLOCK_RDLOCK(x) /* nothing */ macro
409 #define _PROP_RWLOCK_RDLOCK(x) rwlock_rdlock(&(x)) macro
437 #define _PROP_RWLOCK_RDLOCK(x) /* nothing */ macro
463 #define _PROP_RWLOCK_RDLOCK(x) pthread_rwlock_rdlock(&(x)) macro