Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/
H A Dharness.c38 setpgid(0, 0); in run_test()
45 setpgid(pid, pid); in run_test()
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c315 setpgid(getpid(), getpid()); in main()
H A Dcontext_switch.c495 setpgid(getpid(), getpid()); in main()
/linux/tools/include/nolibc/
H A Dsys.h762 * int setpgid(pid_t pid, pid_t pgid);
772 int setpgid(pid_t pid, pid_t pgid)
784 return setpgid(0, 0);
780 int setpgid(pid_t pid, pid_t pgid) setpgid() function
/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c276 if (setpgid(0, 0) != 0) in main()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl117 107 n64 setpgid sys_setpgid
/linux/scripts/
H A Dsyscall.tbl191 154 common setpgid sys_setpgid
/linux/tools/scripts/
H A Dsyscall.tbl191 154 common setpgid sys_setpgid
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl48 57 common setpgid sys_setpgid
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl67 57 common setpgid sys_setpgid
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl162 148 common setpgid sys_setpgid
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl121 109 common setpgid sys_setpgid
H A Dsyscall_32.tbl72 57 i386 setpgid sys_setpgid
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl223 185 common setpgid sys_setpgid
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl72 57 common setpgid sys_setpgid
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl78 57 common setpgid sys_setpgid
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst496 | setpgid | 1 | Process Mgmt. | sys_setpgid() |
/linux/kernel/
H A Dsys.c1114 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2() argument