Searched refs:setpgid (Results 1 – 25 of 32) sorted by relevance
12
19 allow zygote system_server:process { getpgid setpgid };20 allow zygote appdomain:process { getpgid setpgid };
30 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
314 setpgid
25 setpgid
72 # define setpgid __setpgid macro228 && setpgid (0, attrp->_pgrp) != 0) in __spawni()
40 static int setpgid(pid_t pid, pid_t pgid) { in setpgid() function in sandbox::bpf_dsl::__anonbc210b950111::Stubs258 ASSERT_SYSCALL_RESULT(-expect_errno, setpgid, pid, 0); in BPF_TEST_C()
243 } 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()
103 int setpgid(pid_t, pid_t)
278 setpgid
71 int setpgid(int,int);
407 int setpgid(int,int);
277 setpgid
359 if (setpgid(0, 0) < 0) { in LaunchProcess()
451 RESTRICT_SYSCALL_DEATH_TEST(setpgid);
273 Syscall param setpgid(pid) contains uninitialised byte(s)276 Syscall param setpgid(pgid) contains uninitialised byte(s)
2030 ::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()
914 setpgid(0, 0); in Launch()