pthread_setspecific function

  1. @Native<Int Function(UnsignedLong, Pointer<Void>)>(ffi.UnsignedLong, ffi.Pointer<ffi.Void>)>()
int pthread_setspecific(
  1. int arg0,
  2. Pointer<Void> arg1
)

Implementation

@ffi.Native<ffi.Int Function(ffi.UnsignedLong, ffi.Pointer<ffi.Void>)>()
external int pthread_setspecific(int arg0, ffi.Pointer<ffi.Void> arg1);