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

1 2 3 4 5

  /bionic/libc/bionic/
getpgrp.cpp 32 return getpgid(0);
  /external/strace/tests/
xetpgid.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xetpgid -a11 -e trace=getpgid,setpgid); do not edit.
4 run_strace_match_diff -a11 -e trace=getpgid,setpgid
  /external/strace/tests-m32/
xetpgid.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xetpgid -a11 -e trace=getpgid,setpgid); do not edit.
4 run_strace_match_diff -a11 -e trace=getpgid,setpgid
  /external/strace/tests-mx32/
xetpgid.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xetpgid -a11 -e trace=getpgid,setpgid); do not edit.
4 run_strace_match_diff -a11 -e trace=getpgid,setpgid
  /bionic/libc/arch-arm/syscalls/
getpgid.S 5 ENTRY(getpgid) function
16 END(getpgid)
  /bionic/libc/arch-arm64/syscalls/
getpgid.S 5 ENTRY(getpgid) function
14 END(getpgid)
  /bionic/libc/arch-mips/syscalls/
getpgid.S 5 ENTRY(getpgid) function
19 END(getpgid)
  /bionic/libc/arch-x86_64/syscalls/
getpgid.S 5 ENTRY(getpgid) function
15 END(getpgid)
  /bionic/libc/arch-mips64/syscalls/
getpgid.S 5 ENTRY(getpgid) function
25 END(getpgid)
  /bionic/libc/arch-x86/syscalls/
getpgid.S 5 ENTRY(getpgid) function
29 END(getpgid)
  /external/ltp/testcases/kernel/syscalls/getpgid/
getpgid01.c 25 * Testcase to check the basic functionality of getpgid().
28 * block1: Does getpgid(0), and checks for error.
29 * block2: Does getpgid(getpid()) and checks for error.
30 * block3: Does getpgid(getppid()) and checks for error.
31 * block4: Verifies that getpgid(getpgid(0)) == getpgid(0).
32 * block5: Does getpgid(1) and checks for error.
89 if ((pgid_0 = getpgid(0)) == -1) {
90 tst_resm(TFAIL | TERRNO, "getpgid(0) failed")
    [all...]
getpgid02.c 25 * Testcase to check the basic functionality of getpgid().
28 * test 1: Does getpgid(-99) and expects ESRCH.
92 TEST(getpgid(*TC[i].id));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
1-2.c 71 if ((child_pgid = getpgid(child_pid)) == -1) {
  /external/ltp/testcases/kernel/containers/pidns/
pidns05.c 90 pgid = getpgid(parentpid);
97 pgid2 = getpgid(i);
233 pgid = getpgid(pid);
pidns02.c 38 * Inside the cloned pid check for the getsid(0) and getpgid(0)
71 pgid = getpgid(0);
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris_test.go 11 //go:cgo_import_dynamic libc_Getpgid getpgid "libc.so"
22 func Getpgid(pid int) (pgid int, err error) {
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris_test.go 11 //go:cgo_import_dynamic libc_Getpgid getpgid "libc.so"
22 func Getpgid(pid int) (pgid int, err error) {
  /external/autotest/client/profilers/custom_perf/
custom_perf.py 41 os.killpg(os.getpgid(self._process.pid), signal.SIGINT)
  /external/ltp/lib/
tst_safe_macros.c 48 pgid = getpgid(pid);
51 "%s:%d: getpgid(%i) failed", file, lineno, pid);
  /system/sepolicy/prebuilts/api/26.0/private/
mls 14 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
  /system/sepolicy/prebuilts/api/27.0/private/
mls 14 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
  /system/sepolicy/prebuilts/api/28.0/private/
mls 14 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
  /system/sepolicy/private/
mls 14 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 185 pid_t getpgid(pid_t);
  /external/toolchain-utils/cros_utils/
command_executer.py 125 os.killpg(os.getpgid(p.pid), signal.SIGTERM)
166 os.killpg(os.getpgid(p.pid), signal.SIGTERM)
205 os.killpg(os.getpgid(proc.pid), signal.SIGTERM)
634 os.killpg(os.getpgid(pobject.pid), signal.SIGTERM)

Completed in 2571 milliseconds

1 2 3 4 5