_PROP_RWLOCK_DESTROY
#define _PROP_RWLOCK_DESTROY(x) rw_destroy(&(x))
#define _PROP_RWLOCK_DESTROY(x) /* nothing */
#define _PROP_RWLOCK_DESTROY(x) rwlock_destroy(&(x))
#define _PROP_RWLOCK_DESTROY(x) /* nothing */
#define _PROP_RWLOCK_DESTROY(x) pthread_rwlock_destroy(&(x))