Searched refs:setpgid (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 749 public void setpgid(int pid, int pgid) throws ErrnoException { os.setpgid(pid, pgid); } in setpgid() method in ForwardingOs
|
D | Os.java | 615 public void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method
|
D | Linux.java | 246 public native void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 713 …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/ |
D | libcore_io_Linux.cpp | 2439 throwIfMinusOne(env, "setpgid", TEMP_FAILURE_RETRY(setpgid(pid, pgid))); in Linux_setpgid() 2869 NATIVE_METHOD(Linux, setpgid, "(II)V"),
|
/libcore/api/ |
D | module-lib-current.txt | 49 method public static void setpgid(int, int) throws android.system.ErrnoException;
|