Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java317 public int getpgid(int pid) throws ErrnoException { return os.getpgid(pid); } in getpgid() method in ForwardingOs
DOs.java258 public int getpgid(int pid) throws ErrnoException; in getpgid() method
DLinux.java93 public native int getpgid(int pid); in getpgid() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java260 public static int getpgid(int pid) throws ErrnoException { return Libcore.os.getpgid(pid); } in getpgid() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1475 return throwIfMinusOne(env, "getpgid", TEMP_FAILURE_RETRY(getpgid(pid))); in Linux_getpgid()
2804 NATIVE_METHOD(Linux, getpgid, "(I)I"),
/libcore/api/
Dmodule-lib-current.txt42 method public static int getpgid(int) throws android.system.ErrnoException;