pthread_mutexattr_setpshared function

  1. @Native<Int Function(Pointer<_opaque_pthread_mutexattr_t>, Int)>(ffi.Pointer<_opaque_pthread_mutexattr_t>, ffi.Int)>()
int pthread_mutexattr_setpshared(
  1. Pointer<_opaque_pthread_mutexattr_t> arg0,
  2. int arg1
)

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,
);