pthread_rwlock_wrlock method

int pthread_rwlock_wrlock(
  1. Pointer<pthread_rwlock_t> arg0
)

Implementation

int pthread_rwlock_wrlock(ffi.Pointer<pthread_rwlock_t> arg0) {
  return _pthread_rwlock_wrlock(arg0);
}