Searched defs:waitpid (Results 1 – 4 of 4) sorted by relevance
718 public static int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { in waitpid() method in Os
203 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid() method
239 …public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpi… in waitpid() method in ForwardingOs
279 public native int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid() method in Linux