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.java201 public void setpgid(int pid, int pgid) throws ErrnoException { os.setpgid(pid, pgid); } in setpgid() method in ForwardingOs
DOs.java170 public void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method
DLinux.java244 public native void setpgid(int pid, int pgid) throws ErrnoException; in setpgid() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java565 …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.cpp2264 throwIfMinusOne(env, "setpgid", TEMP_FAILURE_RETRY(setpgid(pid, pgid))); in Linux_setpgid()
2683 NATIVE_METHOD(Linux, setpgid, "(II)V"),
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt101 method public static void setpgid(int, int) throws android.system.ErrnoException;