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