HomeSort by relevance Sort by last modified time
    Searched defs:setpgid (Results 1 - 12 of 12) sorted by null

  /bionic/libc/arch-arm/syscalls/
setpgid.S 5 ENTRY(setpgid) function
14 END(setpgid)
  /bionic/libc/arch-arm64/syscalls/
setpgid.S 5 ENTRY(setpgid) function
14 END(setpgid)
  /bionic/libc/arch-mips/syscalls/
setpgid.S 5 ENTRY(setpgid) function
19 END(setpgid)
  /bionic/libc/arch-mips64/syscalls/
setpgid.S 5 ENTRY(setpgid) function
25 END(setpgid)
  /bionic/libc/arch-x86/syscalls/
setpgid.S 5 ENTRY(setpgid) function
26 END(setpgid)
  /bionic/libc/arch-x86_64/syscalls/
setpgid.S 5 ENTRY(setpgid) function
15 END(setpgid)
  /external/bison/lib/
spawni.c 72 # define setpgid __setpgid macro
228 && setpgid (0, attrp->_pgrp) != 0)
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 833 Os.setpgid(pid, Os.getpgid(peer.getPid()));
839 Log.i(TAG, "Zygote: setpgid failed. This is "
  /libcore/luni/src/main/java/android/system/
Os.java 442 * See <a href="http://man7.org/linux/man-pages/man2/setpgid.2.html">setpgid(2)</a>.
444 /** @hide */ public static void setpgid(int pid, int pgid) throws ErrnoException { Libcore.os.setpgid(pid, pgid); } method in class:Os
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 145 public void setpgid(int pid, int pgid) throws ErrnoException { os.setpgid(pid, pgid); } method in class:ForwardingOs
Os.java 138 public void setpgid(int pid, int pgid) throws ErrnoException; method in interface:Os
Posix.java 222 public native void setpgid(int pid, int pgid) throws ErrnoException; method in class:Posix

Completed in 362 milliseconds