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