Searched defs:waitpid (Results 1 – 3 of 3) sorted by relevance
124 …public int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return os.wait… in waitpid() method in ForwardingOs
118 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException; in waitpid() method
168 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException; in waitpid() method in Posix