Skip to content

wait for an arbitrary PID to exit and intercept its retcode with horrible ptrace spaghetti (on Unix) and GetExitCodeProcess (on Windows)

Notifications You must be signed in to change notification settings

interruptinuse/waitpid

Repository files navigation

  waitpid(1): wait for an arbitrary PID
=======================================

  Usage: waitpid [OPTION]... PID...
  Wait until all PIDs exit.  Optionally, retrieve exit codes.

  For further information, see waitpid(1).

  Icon file from Fugue Icons by Yusuke Kamiyamane:
  http://p.yusukekamiyamane.com/

  Supported on Win32, x86/amd64 Linux (32-bit emulation not supported),
  x86/amd64 FreeBSD.

About

wait for an arbitrary PID to exit and intercept its retcode with horrible ptrace spaghetti (on Unix) and GetExitCodeProcess (on Windows)

Topics

Resources

Stars

Watchers

Forks