Searched refs:setpgid (Results 1 – 25 of 73) sorted by relevance
123
/third_party/ltp/testcases/kernel/syscalls/setsid/ |
D | setsid01.c | 110 if (setpgid(0, 0) < 0) { in main() 159 if (setpgid(0, 0) < 0) { in do_child_1() 176 retval = setpgid(0, getppid()); in do_child_1()
|
/third_party/boost/boost/process/detail/posix/ |
D | group_ref.hpp | 34 ::setpgid(0, 0); in on_exec_setup() 36 ::setpgid(0, grp.grp); in on_exec_setup()
|
D | group_handle.hpp | 46 if (::setpgid(proc, grp)) in add() 51 if (::setpgid(proc, grp)) in add()
|
/third_party/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid01.c | 85 TEST(setpgid(pid, pgid)); in setpgid_test1() 119 TEST(setpgid(0, 0)); in setpgid_test2()
|
D | setpgid03.c | 82 rval = setpgid(child_pid, getppid()); in main() 111 rval = setpgid(child_pid, getppid()); in main()
|
D | setpgid02.c | 102 TEST(setpgid(*TC[i].pid, *TC[i].pgid)); in main()
|
/third_party/musl/src/unistd/ |
D | setpgrp.c | 5 return setpgid(0, 0); in setpgrp()
|
D | setpgid.c | 4 int setpgid(pid_t pid, pid_t pgid) in setpgid() function
|
/third_party/toybox/toys/other/ |
D | setsid.c | 24 setpgid(0, 0); in setsid_main()
|
D | timeout.c | 77 if (!FLAG(foreground)) setpgid(0, 0); in timeout_main()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | setpgid.c | 29 int result = setpgid(pid, pgid); in setpgid_0100()
|
D | test_src_functionalext_supplement_unistd.gni | 31 "setpgid",
|
/third_party/ltp/testcases/lib/ |
D | tst_timeout_kill.c | 44 ret = setpgid(0, 0); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/tools/ |
D | t0.c | 105 setpgid(0, 0); in main()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns05.c | 230 setpgid(0, 0); in main()
|
/third_party/boost/tools/build/src/engine/ |
D | execunix.cpp | 295 if (0 != setpgid( pid, pid )) { in exec_cmd() 309 setpgid(cmdtab[ slot ].pid, cmdtab[ slot ].pid); in exec_cmd()
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 156 setpgid 154
|
D | arc.in | 156 setpgid 154
|
D | mips_n64.in | 108 setpgid 5107
|
D | ia64.in | 57 setpgid 1080
|
D | sparc64.in | 169 setpgid 185
|
D | s390x.in | 39 setpgid 57
|
D | mips_n32.in | 108 setpgid 6107
|
/third_party/mksh/ |
D | jobs.c | 251 } else if (setpgid(0, restore_ttypgrp) < 0) { in j_suspend() 269 if (setpgid(0, kshpid) < 0) { in j_suspend() 328 setpgid(0, restore_ttypgrp); in j_exit() 379 if (setpgid(0, kshpid) < 0) { 549 setpgid(p->pid, j->pgrp);
|
/third_party/alsa-lib/src/ucm/ |
D | ucm_exec.c | 268 setpgid(p, p); in uc_mgr_exec()
|
123