Searched defs:waitpid (Results 1 – 4 of 4) sorted by relevance
156 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException; in waitpid() method
163 …public int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return os.wait… in waitpid() method in ForwardingOs
243 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException; in waitpid() method in Posix
509 …public static int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return … in waitpid() method in Os