pthread_once method
Implementation
int pthread_once(
ffi.Pointer<pthread_once_t> arg0,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> arg1,
) {
return _pthread_once(arg0, arg1);
}
int pthread_once(
ffi.Pointer<pthread_once_t> arg0,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> arg1,
) {
return _pthread_once(arg0, arg1);
}