Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h293 #define _PROP_RWLOCK_UNLOCK(x) rw_exit(&(x)) macro
341 #define _PROP_RWLOCK_UNLOCK(x) /* nothing */ macro
395 #define _PROP_RWLOCK_UNLOCK(x) rwlock_unlock(&(x)) macro
421 #define _PROP_RWLOCK_UNLOCK(x) /* nothing */ macro
447 #define _PROP_RWLOCK_UNLOCK(x) pthread_rwlock_unlock(&(x)) macro