Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h292 #define _PROP_RWLOCK_WRLOCK(x) rw_enter(&(x), RW_WRITER) macro
340 #define _PROP_RWLOCK_WRLOCK(x) /* nothing */ macro
394 #define _PROP_RWLOCK_WRLOCK(x) rwlock_wrlock(&(x)) macro
420 #define _PROP_RWLOCK_WRLOCK(x) /* nothing */ macro
446 #define _PROP_RWLOCK_WRLOCK(x) pthread_rwlock_wrlock(&(x)) macro