Searched refs:getpgid (Results 1 – 25 of 27) sorted by relevance
12
19 allow zygote system_server:process { getpgid setpgid };20 allow zygote appdomain:process { getpgid setpgid };
26 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
313 getpgid
24 getpgid
37 static int getpgid(pid_t pid) { return Syscall::Call(__NR_getpgid, pid); } in getpgid() function in sandbox::bpf_dsl::__anonbc210b950111::Stubs84 ASSERT_SYSCALL_RESULT(-EPERM, getpgid, 0); in BPF_TEST_C()85 ASSERT_SYSCALL_RESULT(-EINVAL, getpgid, 1); in BPF_TEST_C()
208 BPF_ASSERT(getpgid(0) == -1); in BPF_TEST_C()
29 (void*)getpgid }; in test__basic_mmap()
79 pid_t getpgid(pid_t)
277 getpgid
276 getpgid
173 RESTRICT_SYSCALL_DEATH_TEST(getpgid);
398 int getpgid(int);
3740 if (getpgid(kshppid) == getpgid(0) || in c_suspend()
1466 if (::getpgid (pid) < 0) in AttachForDebug()
316 PRE_SYSCALL(getpgid)(long pid) {}318 POST_SYSCALL(getpgid)(long res, long pid) {}
2511 Testcase to check the basic functionality of getpgid().2515 Testcase to check the basic functionality of getpgid().
256 getpgid