Searched defs:setpgid (Results 1 – 4 of 4) sorted by relevance
719 …public static void setpgid(int pid, int pgid) throws ErrnoException { Libcore.os.setpgid(pid, pgid… in setpgid() method in Os
620 public void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method
754 public void setpgid(int pid, int pgid) throws ErrnoException { os.setpgid(pid, pgid); } in setpgid() method in ForwardingOs
285 public native void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method in Linux