Searched refs:getpgid (Results 1 – 6 of 6) sorted by relevance
231 public static int getpgid(int pid) throws ErrnoException { return Libcore.os.getpgid(pid); } in getpgid() method in Os
118 public int getpgid(int pid) throws ErrnoException { return os.getpgid(pid); } in getpgid() method in ForwardingOs
94 public int getpgid(int pid) throws ErrnoException; in getpgid() method
92 public native int getpgid(int pid); in getpgid() method in Linux
1420 return throwIfMinusOne(env, "getpgid", TEMP_FAILURE_RETRY(getpgid(pid))); in Linux_getpgid()2623 NATIVE_METHOD(Linux, getpgid, "(I)I"),
47 method public static int getpgid(int) throws android.system.ErrnoException;