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

1 2 3 4

  /bionic/libc/bionic/
getpgrp.cpp 31 pid_t getpgrp() { function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
2-1.c 22 if (killpg(getpgrp(), 0) != 0) {
4-1.c 24 if ((pgrp = getpgrp()) == -1) {
5-1.c 25 if ((pgrp = getpgrp()) == -1) {
6-1.c 26 if ((pgrp = getpgrp()) == -1) {
1-1.c 52 if ((pgrp = getpgrp()) == -1) {
  /external/ltp/testcases/kernel/syscalls/setpgrp/
setpgrp02.c 28 * Check the values that setpgrp() and getpgrp() return. The setpgrp()
78 oldpgrp = getpgrp();
89 if (getpgrp() == oldpgrp) {
setpgrp01.c 94 if (getpgrp() == getpid()) {
  /external/ltp/testcases/kernel/syscalls/setpgid/
setpgid01.c 82 pgid = getpgrp();
86 if (TEST_RETURN == -1 || getpgrp() != pgid) {
120 pgid = getpgrp();
setpgid02.c 135 pgid = getpgrp();
  /external/ltp/testcases/kernel/syscalls/getpgrp/
getpgrp01.c 42 * TEST TITLE : Basic test for getpgrp(2)
62 * 1.) getpgrp(2) returns...(See Description)
90 * This is a Phase I test for the getpgrp(2) system call. It is intended
93 * getpgrp(2).
137 TEST(getpgrp());
140 tst_resm(TFAIL | TTERRNO, "getpgrp failed");
142 tst_resm(TPASS, "getpgrp returned %ld", TEST_RETURN);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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))
  /external/python/cpython2/Lib/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))
  /external/python/cpython3/Lib/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/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))
  /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) {
  /external/ltp/testcases/kernel/syscalls/kill/
kill06.c 120 TEST(kill(-getpgrp(), TEST_SIG));
  /external/valgrind/include/
pub_tool_libcproc.h 93 extern Int VG_(getpgrp) ( void );
  /external/strace/linux/aarch64/
syscallent.h 52 [1060] = { 0, PU|NF, SEN(getpgrp), "getpgrp" },
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 43 pid_t getpgrp(void);
  /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...]

Completed in 211 milliseconds

1 2 3 4