_PROP_RWLOCK_INIT
#define _PROP_RWLOCK_INIT(x) rw_init(&(x))
#define _PROP_RWLOCK_INIT(x) /* nothing */
#define _PROP_RWLOCK_INIT(x) rwlock_init(&(x), NULL)
#define _PROP_RWLOCK_INIT(x) /* nothing */
#define _PROP_RWLOCK_INIT(x) pthread_rwlock_init(&(x), NULL)