pthread_cond_destroy method

int pthread_cond_destroy(
  1. Pointer<pthread_cond_t> arg0
)

Implementation

int pthread_cond_destroy(ffi.Pointer<pthread_cond_t> arg0) {
  return _pthread_cond_destroy(arg0);
}