pthread_condattr_setpshared method
Implementation
int pthread_condattr_setpshared(
ffi.Pointer<pthread_condattr_t> arg0,
int arg1,
) {
return _pthread_condattr_setpshared(arg0, arg1);
}
int pthread_condattr_setpshared(
ffi.Pointer<pthread_condattr_t> arg0,
int arg1,
) {
return _pthread_condattr_setpshared(arg0, arg1);
}