pthread_condattr_getpshared method
Implementation
int pthread_condattr_getpshared(
ffi.Pointer<pthread_condattr_t> arg0,
ffi.Pointer<ffi.Int> arg1,
) {
return _pthread_condattr_getpshared(arg0, arg1);
}
int pthread_condattr_getpshared(
ffi.Pointer<pthread_condattr_t> arg0,
ffi.Pointer<ffi.Int> arg1,
) {
return _pthread_condattr_getpshared(arg0, arg1);
}