rwlock_init
#define rwlock_init(l, a) _pthread_rwlock_init(l, a)
rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr __unused)