Searched refs:setpgid (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c38 setpgid(0, 0);
45 setpgid(pid, pid);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c315 setpgid(getpid(), getpid());
H A Dcontext_switch.c495 setpgid(getpid(), getpid());
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c276 if (setpgid(0, 0) != 0)
/linux-master/tools/include/nolibc/
H A Dsys.h996 * int setpgid(pid_t pid, pid_t pgid);
1006 int setpgid(pid_t pid, pid_t pgid) function
/linux-master/kernel/
H A Dsys.c1073 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid)

Completed in 178 milliseconds