Home
last modified time | relevance | path

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

/dflybsd-src/sys/libprop/
H A Dprop_object_impl.h299 #define _PROP_RWLOCK_UNLOCK(x) mtx_unlock(&(x)) macro
339 #define _PROP_RWLOCK_UNLOCK(x) /* nothing */ macro
386 #define _PROP_RWLOCK_UNLOCK(x) rwlock_unlock(&(x)) macro
406 #define _PROP_RWLOCK_UNLOCK(x) /* nothing */ macro
425 #define _PROP_RWLOCK_UNLOCK(x) pthread_rwlock_unlock(&(x)) macro