Home
last modified time | relevance | path

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

/dragonfly/sys/libprop/
HDprop_object_impl.h298 #define _PROP_RWLOCK_WRLOCK(x) mtx_lock(&(x)) macro
338 #define _PROP_RWLOCK_WRLOCK(x) /* nothing */ macro
385 #define _PROP_RWLOCK_WRLOCK(x) rwlock_wrlock(&(x)) macro
405 #define _PROP_RWLOCK_WRLOCK(x) /* nothing */ macro
424 #define _PROP_RWLOCK_WRLOCK(x) pthread_rwlock_wrlock(&(x)) macro