Home
last modified time | relevance | path

Searched refs:setpgid (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java749 public void setpgid(int pid, int pgid) throws ErrnoException { os.setpgid(pid, pgid); } in setpgid() method in ForwardingOs
DOs.java615 public void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method
DLinux.java246 public native void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java713 …public static void setpgid(int pid, int pgid) throws ErrnoException { Libcore.os.setpgid(pid, pgid… in setpgid() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2439 throwIfMinusOne(env, "setpgid", TEMP_FAILURE_RETRY(setpgid(pid, pgid))); in Linux_setpgid()
2869 NATIVE_METHOD(Linux, setpgid, "(II)V"),
/libcore/api/
Dmodule-lib-current.txt49 method public static void setpgid(int, int) throws android.system.ErrnoException;