Home
last modified time | relevance | path

Searched refs:setpgid (Results 1 – 25 of 32) sorted by relevance

12

/external/sepolicy/
Dzygote.te19 allow zygote system_server:process { getpgid setpgid };
20 allow zygote appdomain:process { getpgid setpgid };
Dmls30 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
Daccess_vectors314 setpgid
Ddomain.te25 setpgid
/external/bison/lib/
Dspawni.c72 # define setpgid __setpgid macro
228 && setpgid (0, attrp->_pgrp) != 0) in __spawni()
/external/chromium_org/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc40 static int setpgid(pid_t pid, pid_t pgid) { in setpgid() function in sandbox::bpf_dsl::__anonbc210b950111::Stubs
258 ASSERT_SYSCALL_RESULT(-expect_errno, setpgid, pid, 0); in BPF_TEST_C()
/external/mksh/src/
Djobs.c243 } else if (setpgid(0, restore_ttypgrp) < 0) { in j_suspend()
261 if (setpgid(0, kshpid) < 0) { in j_suspend()
320 setpgid(0, restore_ttypgrp); in j_exit()
367 if (setpgid(0, kshpid) < 0) { in j_change()
538 setpgid(p->pid, j->pgrp); in exchild()
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/
Dunistd.pxd103 int setpgid(pid_t, pid_t)
/external/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf278 setpgid
Dsmall-base.conf278 setpgid
/external/ltrace/etc/
Dsyscalls.conf71 int setpgid(int,int);
Dlibc.so.conf407 int setpgid(int,int);
/external/libsepol/tests/policies/test-expander/
Duser-base.conf278 setpgid
Dalias-base.conf278 setpgid
Drole-base.conf278 setpgid
Dsmall-base.conf278 setpgid
/external/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf277 setpgid
Dsmall-base.conf278 setpgid
Dbase-metreq.conf278 setpgid
/external/libsepol/tests/policies/test-linker/
Dsmall-base.conf278 setpgid
/external/chromium_org/base/process/
Dlaunch_posix.cc359 if (setpgid(0, 0) < 0) { in LaunchProcess()
/external/chromium_org/components/nacl/loader/nonsfi/
Dnonsfi_sandbox_sigsys_unittest.cc451 RESTRICT_SYSCALL_DEATH_TEST(setpgid);
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.stderr.exp273 Syscall param setpgid(pid) contains uninitialised byte(s)
276 Syscall param setpgid(pgid) contains uninitialised byte(s)
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp2030 ::setpgid (0, 0); // Set the child process group to match its pid in ForkChildForPTraceDebugging()
2051 ::setpgid (pid, pid); // Set the child process group to match its pid in ForkChildForPTraceDebugging()
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp914 setpgid(0, 0); in Launch()

12