Home
last modified time | relevance | path

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

/dflybsd-src/sys/libprop/
H A Dprop_object_impl.h295 #define _PROP_RWLOCK_DECL(x) struct mtx x; macro
335 #define _PROP_RWLOCK_DECL(x) /* nothing */ macro
382 #define _PROP_RWLOCK_DECL(x) rwlock_t x ; macro
402 #define _PROP_RWLOCK_DECL(x) /* nothing */ macro
421 #define _PROP_RWLOCK_DECL(x) pthread_rwlock_t x ; macro