pthread_mutexattr_setpshared function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<_opaque_pthread_mutexattr_t>, ffi.Int)
>()
external int pthread_mutexattr_setpshared(
ffi.Pointer<_opaque_pthread_mutexattr_t> arg0,
int arg1,
);
@ffi.Native<
ffi.Int Function(ffi.Pointer<_opaque_pthread_mutexattr_t>, ffi.Int)
>()
external int pthread_mutexattr_setpshared(
ffi.Pointer<_opaque_pthread_mutexattr_t> arg0,
int arg1,
);