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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris_test.go 12 //go:cgo_import_dynamic libc_Getpgrp getpgrp "libc.so"
31 func Getpgrp() (pgrp int) {
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris_test.go 12 //go:cgo_import_dynamic libc_Getpgrp getpgrp "libc.so"
31 func Getpgrp() (pgrp int) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ioctl.py 18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ioctl.py 18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
  /bionic/libc/bionic/
getpgrp.cpp 31 pid_t getpgrp() { function
  /external/strace/linux/aarch64/
syscallent.h 52 [1060] = { 0, 0, SEN(getpgrp), "getpgrp" },
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 86 "getpgrp",
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 187 PERLBN(getpgrp);
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 464 prpsinfo->pr_pgrp = VG_(getpgrp)();
465 prpsinfo->pr_sid = VG_(getpgrp)();
490 prs->pr_pgrp = VG_(getpgrp)();
491 prs->pr_sid = VG_(getpgrp)();
511 psinfo->pr_pgid = VG_(getpgrp)();
512 psinfo->pr_sid = VG_(getpgrp)();
541 pstatus->pr_pgid = VG_(getpgrp)();
542 pstatus->pr_sid = VG_(getpgrp)();
    [all...]
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 315 getpgrp
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 298 getpgrp
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 295 getpgrp
  /development/ndk/platforms/android-12/include/
unistd.h 61 extern pid_t getpgrp(void);
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 315 getpgrp
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 298 getpgrp
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 295 getpgrp
  /development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt 315 getpgrp
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 298 getpgrp
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 295 getpgrp
  /development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt 315 getpgrp
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 298 getpgrp
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 295 getpgrp
  /development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt 315 getpgrp

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>