Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h290 #define _PROP_RWLOCK_INIT(x) rw_init(&(x)) macro
338 #define _PROP_RWLOCK_INIT(x) /* nothing */ macro
392 #define _PROP_RWLOCK_INIT(x) rwlock_init(&(x), NULL) macro
418 #define _PROP_RWLOCK_INIT(x) /* nothing */ macro
444 #define _PROP_RWLOCK_INIT(x) pthread_rwlock_init(&(x), NULL) macro