pthread_rwlock_wrlock
#define HEIMDAL_RWLOCK_wrlock(l) pthread_rwlock_wrlock(l)
if (!ossl_assert(pthread_rwlock_wrlock(lock) == 0))
int pthread_rwlock_wrlock(pthread_rwlock_t * __rwlock)
STUB_FUNC1(pthread_rwlock_wrlock, PJT_RWLOCK_WRLOCK, int, void *)
pthread_rwlock_wrlock(lock);
__weak_reference(_Tthr_rwlock_wrlock, pthread_rwlock_wrlock);
error = pthread_rwlock_wrlock(lock);
#define TPL_LIST_WLOCK() pthread_rwlock_wrlock(&tpllistlock)
pthread_rwlock_wrlock(&mmio_rwlock);
pthread_rwlock_wrlock(&mmio_rwlock);
pthread_rwlock_wrlock(&config->rwlock);
pthread_rwlock_wrlock(&rpctls_rwlock);
pthread_rwlock_wrlock(&rpctls_rwlock);