pthread_attr_getscope function

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

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<_opaque_pthread_attr_t>, ffi.Pointer<ffi.Int>)
>()
external int pthread_attr_getscope(
  ffi.Pointer<_opaque_pthread_attr_t> arg0,
  ffi.Pointer<ffi.Int> arg1,
);