_PROP_RWLOCK_RDLOCK
#define _PROP_RWLOCK_RDLOCK(x) mtx_lock(&(x))
#define _PROP_RWLOCK_RDLOCK(x) /* nothing */
#define _PROP_RWLOCK_RDLOCK(x) rwlock_rdlock(&(x))
#define _PROP_RWLOCK_RDLOCK(x) /* nothing */
#define _PROP_RWLOCK_RDLOCK(x) pthread_rwlock_rdlock(&(x))