rwlock_init
ret = rwlock_init(rwlock, NULL);
return (rwlock_init(rwlock, attr));
#define _PROP_RWLOCK_INIT(x) rwlock_init(&(x), NULL)