Home
last modified time | relevance | path

Searched refs:getpgid (Results 1 – 25 of 62) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/getpgid/
Dgetpgid01.c87 if ((pgid_0 = getpgid(0)) == -1) in main()
94 if ((pgid_1 = getpgid(my_pid)) == -1) in main()
105 if ((pgid_1 = getpgid(my_ppid)) == -1) in main()
115 if ((pgid_1 = getpgid(pgid_0)) < 0) in main()
125 if (getpgid(1) < 0) in main()
Dgetpgid02.c92 TEST(getpgid(*TC[i].id)); in main()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dgetpgid.c29 pid_t pid = getpgid(0); in getpgid_0100()
31 pid = getpgid(TEST_POSITIVE_PID); in getpgid_0100()
33 pid = getpgid(TEST_NEGTIVE_PID); in getpgid_0100()
Dtest_src_functionalext_supplement_unistd.gni16 "getpgid",
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetpriority.c38 ret = getpriority(PRIO_PGRP, getpgid(getpid())); in getpriority_0100()
69 ret = setpriority(PRIO_PGRP, getpgid(getpid()), i); in getpriority_0200()
73 ret = getpriority(PRIO_PGRP, getpgid(getpid())); in getpriority_0200()
/third_party/musl/libc-test/src/functionalext/tgkill/
Dtgkill_ext.c43 TEST(tgkill(getpgid(getpid()), getpid(), SIGCONT) == 0); in tgkill_0010()
62 TEST(tgkill(getpgid(threadPid), threadPid, SIGUSR1) == 0); in tgkill_0020()
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns05.c90 pgid = getpgid(parentpid); in find_cinit_pids()
97 pgid2 = getpgid(i); in find_cinit_pids()
233 pgid = getpgid(pid); in main()
Dpidns02.c71 pgid = getpgid(0); in child_fn1()
/third_party/boost/boost/process/detail/posix/
Dgroup_handle.hpp57 return ::getpgid(proc) == grp; in has()
61 return ::getpgid(proc) == grp; in has()
/third_party/musl/src/unistd/
Dgetpgid.c4 pid_t getpgid(pid_t pid) in getpgid() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
D1-2.c70 if ((child_pgid = getpgid(child_pid)) == -1) { in main()
/third_party/ltp/include/lapi/syscalls/
Daarch64.in157 getpgid 155
Darc.in157 getpgid 155
Dsparc64.in208 getpgid 224
Dia64.in56 getpgid 1079
Dmips_n64.in120 getpgid 5119
Ds390x.in97 getpgid 132
Dmips_n32.in120 getpgid 6119
Dsh.in116 getpgid 132
Dx86_64.in122 getpgid 121
Dpowerpc64.in133 getpgid 132
Dpowerpc.in133 getpgid 132
/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c199 t->id = getpgid(0); in setup3()
/third_party/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf277 getpgid
Dsmall-base.conf277 getpgid

123