_PROP_RWLOCK_INIT
#define _PROP_RWLOCK_INIT(x) mtx_init(&(x), "prop")
#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)