Searched defs:getpgid (Results 1 – 4 of 4) sorted by relevance
234 public static int getpgid(int pid) throws ErrnoException { return Libcore.os.getpgid(pid); } in getpgid() method in Os
96 public int getpgid(int pid) throws ErrnoException; in getpgid() method
120 public int getpgid(int pid) throws ErrnoException { return os.getpgid(pid); } in getpgid() method in ForwardingOs
94 public native int getpgid(int pid); in getpgid() method in Linux