_PROP_RWLOCK_WRLOCK
#define _PROP_RWLOCK_WRLOCK(x) mtx_lock(&(x))
#define _PROP_RWLOCK_WRLOCK(x) /* nothing */
#define _PROP_RWLOCK_WRLOCK(x) rwlock_wrlock(&(x))
#define _PROP_RWLOCK_WRLOCK(x) /* nothing */
#define _PROP_RWLOCK_WRLOCK(x) pthread_rwlock_wrlock(&(x))