pthread_atfork method
int
pthread_atfork(
- Pointer<
NativeFunction< arg0,Void Function()> > - Pointer<
NativeFunction< arg1,Void Function()> > - Pointer<
NativeFunction< arg2Void Function()> >
Implementation
int pthread_atfork(
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> arg0,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> arg1,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> arg2,
) {
return _pthread_atfork(arg0, arg1, arg2);
}