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