Searched refs:setpgid (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 754 public void setpgid(int pid, int pgid) throws ErrnoException { os.setpgid(pid, pgid); } in setpgid() method in ForwardingOs
|
D | Os.java | 620 public void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method
|
D | Linux.java | 285 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 | 719 …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 | 2429 throwIfMinusOne(env, "setpgid", TEMP_FAILURE_RETRY(setpgid(pid, pgid))); in Linux_setpgid() 2860 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;
|