wait4 method

int wait4(
  1. int arg0,
  2. Pointer<Int> arg1,
  3. int arg2,
  4. Pointer<rusage> arg3,
)

Implementation

int wait4(
  int arg0,
  ffi.Pointer<ffi.Int> arg1,
  int arg2,
  ffi.Pointer<rusage> arg3,
) {
  return _wait4(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}