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

1 2 3 4 5 6

  /bionic/libc/bionic/
setpgrp.cpp 32 return setpgid(0, 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
  /external/toybox/toys/other/
setsid.c 24 setpgid(0, 0);
  /bionic/libc/arch-arm/syscalls/
setpgid.S 5 ENTRY(setpgid) function
16 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-x86_64/syscalls/
setpgid.S 5 ENTRY(setpgid) function
15 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
34 END(setpgid)
  /external/ltp/testcases/kernel/syscalls/setsid/
setsid01.c 110 if (setpgid(0, 0) < 0) {
112 "setpgid(parent) failed: %s",
159 if (setpgid(0, 0) < 0) {
160 tst_resm(TFAIL, "setpgid(0,0) failed: %s", strerror(errno));
176 retval = setpgid(0, getppid());
178 tst_resm(TFAIL, "setpgid failed, errno :%d", errno);
  /external/minijail/
minijail0.c 34 * Don't fail on EPERM, since setpgid(0, 0) can only EPERM when
37 if (setpgid(0 /* use calling PID */, 0 /* make PGID = PID */)) {
39 fprintf(stderr, "setpgid(0, 0) failed\n");
  /external/linux-kselftest/tools/testing/selftests/powerpc/
harness.c 37 setpgid(0, 0);
44 setpgid(pid, pid);
  /external/ltp/testcases/kernel/syscalls/setpgid/
setpgid01.c 38 * 1. Basic functionality test for setpgid(2).
39 * 2. Check functioning of setpgid(2) with pid = 0 and pgid = 0.
85 TEST(setpgid(pid, pgid));
87 tst_resm(TFAIL | TTERRNO, "test setpgid(%d, %d) fail",
90 tst_resm(TPASS, "test setpgid(%d, %d) success", pid, pgid);
119 TEST(setpgid(0, 0));
122 fprintf(stderr, "setpgid(0, 0) fails in "
126 fprintf(stderr, "setpgid(0, 0) fails to make PGID"
135 tst_resm(TPASS, "test setpgid(0, 0) success");
137 tst_resm(TFAIL, "test setpgid(0, 0) fail")
    [all...]
setpgid03.c 22 * Test to check the error and trivial conditions in setpgid system call
82 rval = setpgid(child_pid, getppid());
84 tst_resm(TPASS, "setpgid failed with EPERM");
111 rval = setpgid(child_pid, getppid());
113 tst_resm(TPASS, "setpgid failed with EACCES");
setpgid02.c 25 * Testcase to check that setpgid() sets errno correctly.
28 * setpgid
31 * Checks that setpgid returns the correct errno values in case of
33 * test 1: EINVAL - Pass '-1' as the pgid parameter to setpgid
34 * test 2: ESRCH - Pass '-1' as the pid parameter to setpgid
35 * test 3: EPERM - Pass an invalid pgid parameter to setpgid
102 TEST(setpgid(*TC[i].pid, *TC[i].pgid));
  /external/ltp/lib/
tst_safe_macros.c 34 rval = setpgid(pid, pgid);
37 "%s:%d: setpgid(%i, %i) failed",
  /external/ltp/testcases/open_posix_testsuite/tools/
t0.c 108 setpgid(0, 0);
  /frameworks/rs/
rsCppUtils.cpp 76 setpgid(0, 0);
  /art/runtime/
exec_utils.cc 54 setpgid(0, 0);
  /external/libcap/progs/old/
sucap.c 91 if (setpgid(0, getpid())) {
  /frameworks/av/media/audioserver/
main_audioserver.cpp 133 setpgid(0, 0); // but if I die first, don't kill my parent
  /prebuilts/go/darwin-x86/src/syscall/
asm_solaris_amd64.s 65 TEXT ·setpgid(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/syscall/
asm_solaris_amd64.s 65 TEXT ·setpgid(SB),NOSPLIT,$0

Completed in 925 milliseconds

1 2 3 4 5 6