Home
last modified time | relevance | path

Searched defs:waitpid (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DOs.java764 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid() method
DForwardingOs.java933 …public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpi… in waitpid() method in ForwardingOs
DLinux.java281 public native int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java980 public static int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { in waitpid() method in Os