Searched refs:setpgid (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DOs.java139 public void setpgid(int pid, int pgid) throws ErrnoException; method in interface:Os
H A DForwardingOs.java146 public void setpgid(int pid, int pgid) throws ErrnoException { os.setpgid(pid, pgid); } method in class:ForwardingOs
H A DPosix.java223 public native void setpgid(int pid, int pgid) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/java/android/system/
H A DOs.java448 * See <a href="http://man7.org/linux/man-pages/man2/setpgid.2.html">setpgid(2)</a>.
450 /** @hide */ public static void setpgid(int pid, int pgid) throws ErrnoException { Libcore.os.setpgid(pid, pgid); } method in class:Os
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1661 throwIfMinusOne(env, "setpgid", TEMP_FAILURE_RETRY(setpgid(pid, pgid)));
2052 NATIVE_METHOD(Posix, setpgid, "(II)V"),

Completed in 94 milliseconds