HomeSort by relevance Sort by last modified time
    Searched refs:getpgid (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /libcore/luni/src/main/java/libcore/io/
Os.java 77 public int getpgid(int pid) throws ErrnoException; method in interface:Os
ForwardingOs.java 85 public int getpgid(int pid) throws ErrnoException { return os.getpgid(pid); } method in class:ForwardingOs
Posix.java 79 public native int getpgid(int pid); method in class:Posix
  /external/selinux/libsepol/tests/policies/test-expander/
small-base.conf 277 getpgid
  /external/sepolicy/
access_vectors 313 getpgid
  /libcore/luni/src/main/java/android/system/
Os.java 178 * See <a href="http://man7.org/linux/man-pages/man2/getpgid.2.html">getpgid(2)</a>.
180 /** @hide */ public static int getpgid(int pid) throws ErrnoException { return Libcore.os.getpgid(pid); } method in class:Os
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 833 Os.setpgid(pid, Os.getpgid(peer.getPid()));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 643 extern __pid_t getpgid (__pid_t __pid) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 649 extern __pid_t getpgid (__pid_t __pid) __THROW;
    [all...]
  /external/ltrace/etc/
libc.so.conf 398 int getpgid(int);
  /external/mksh/src/
funcs.c     [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp     [all...]
  /external/openssh/
sshd.c 368 if (getpgid(0) == getpid()) {
    [all...]
configure     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 256 getpgid
    [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 1110 milliseconds

1 2 3 4 56