Home
last modified time | relevance | path

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

/dflybsd-src/sys/libprop/
H A Dprop_object_impl.h296 #define _PROP_RWLOCK_INIT(x) mtx_init(&(x), "prop") macro
336 #define _PROP_RWLOCK_INIT(x) /* nothing */ macro
383 #define _PROP_RWLOCK_INIT(x) rwlock_init(&(x), NULL) macro
403 #define _PROP_RWLOCK_INIT(x) /* nothing */ macro
422 #define _PROP_RWLOCK_INIT(x) pthread_rwlock_init(&(x), NULL) macro