HomeSort by relevance Sort by last modified time
    Searched full:setpgid (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
setpgid.S 4 .globl setpgid
6 .ent setpgid
8 setpgid: label
22 .end setpgid
  /bionic/libc/arch-arm/syscalls/
setpgid.S 6 ENTRY(setpgid) function
15 END(setpgid)
  /bionic/libc/arch-x86/syscalls/
setpgid.S 6 ENTRY(setpgid) function
24 END(setpgid)
  /external/sepolicy/
zygote.te 18 allow zygote system:process { getpgid setpgid };
19 allow zygote appdomain:process { getpgid setpgid };
  /bionic/libc/bionic/
setpgrp.c 32 return setpgid(0,0);
  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 63 * private static native int setpgid(int rgid, int egid)
68 if (setpgid(pid, pgid) < 0) {
267 { "setpgid", "(II)I",
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 122 setpgid(0, 0); // but if I die first, don't kill my parent
  /external/bison/lib/
spawni.c 72 # define setpgid __setpgid macro
228 && setpgid (0, attrp->_pgrp) != 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 600 extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
604 calling conventions. The BSD function is the same as POSIX.1 `setpgid'
606 process in its on group like `setpgid (0, 0)'.
608 New programs should always use `setpgid' instead.
616 This is exactly the same as `setpgid (0, 0)'. */
621 /* Another name for `setpgid' (above). */
623 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
625 # define setpgrp setpgid
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 600 extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
604 calling conventions. The BSD function is the same as POSIX.1 `setpgid'
606 process in its on group like `setpgid (0, 0)'.
608 New programs should always use `setpgid' instead.
616 This is exactly the same as `setpgid (0, 0)'. */
621 /* Another name for `setpgid' (above). */
623 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
625 # define setpgrp setpgid
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 600 extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
604 calling conventions. The BSD function is the same as POSIX.1 `setpgid'
606 process in its on group like `setpgid (0, 0)'.
608 New programs should always use `setpgid' instead.
616 This is exactly the same as `setpgid (0, 0)'. */
621 /* Another name for `setpgid' (above). */
623 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
625 # define setpgrp setpgid
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /bionic/libc/include/
unistd.h 58 extern int setpgid(pid_t, pid_t);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 776 setpgid
  /development/ndk/platforms/android-3/include/
unistd.h 59 extern int setpgid(pid_t, pid_t);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 814 setpgid
  /development/ndk/platforms/android-8/include/
unistd.h 59 extern int setpgid(pid_t, pid_t);
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 749 setpgid
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 743 setpgid
  /development/ndk/platforms/android-9/include/
unistd.h 59 extern int setpgid(pid_t, pid_t);
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 278 setpgid
base-notmetreq.conf 277 setpgid
small-base.conf 278 setpgid

Completed in 2082 milliseconds

1 2 3 4 5 6 7 8 91011>>