pthread_condattr_destroy method
Implementation
int pthread_condattr_destroy(ffi.Pointer<pthread_condattr_t> arg0) {
return _pthread_condattr_destroy(arg0);
}
int pthread_condattr_destroy(ffi.Pointer<pthread_condattr_t> arg0) {
return _pthread_condattr_destroy(arg0);
}