Searched defs:getpgid (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java206 * See <a href="http://man7.org/linux/man-pages/man2/getpgid.2.html">getpgid(2)</a>.
208 /** @hide */ public static int getpgid(int pid) throws ErrnoException { return Libcore.os.getpgid(pid); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java97 public int getpgid(int pid) throws ErrnoException { return os.getpgid(pid); } method in class:ForwardingOs
H A DLinux.java88 public native int getpgid(int pid); method in class:Linux
H A DOs.java83 public int getpgid(int pid) throws ErrnoException; method in interface:Os

Completed in 64 milliseconds