/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_032.cpp | 49 ret = setpgid(getpid(), gid); in Child2() 72 ret = setpgid(pid, pid); in TestCase()
|
H A D | process_test_031.cpp | 69 ret = setpgid(pid, pid); in TestCase() 83 ret = setpgid(pid1, pid); in TestCase()
|
H A D | process_test_033.cpp | 68 ret = setpgid(pid, pid); in TestCase() 87 ret = setpgid(pid1, pid); in TestCase()
|
H A D | process_test_036.cpp | 45 ret = setpgid(getpid(), currGid); in Child1() 59 ret = setpgid(getpid(), gid); in Child2()
|
H A D | process_test_037.cpp | 54 ret = setpgid(getpid(), getpid()); in Child2() 97 ret = setpgid(pid1, pid); in ProcessGroup()
|
H A D | process_test_034.cpp | 79 ret = setpgid(pid1, pid); in TestCase()
|
H A D | process_test_035.cpp | 48 ret = setpgid(getpid(), gid); in Child2()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
H A D | harness.c | 38 setpgid(0, 0); in run_test() 45 setpgid(pid, pid); in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
H A D | harness.c | 38 setpgid(0, 0); in run_test() 45 setpgid(pid, pid); in run_test()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
H A D | process_test_002.cpp | 79 ret = setpgid(getpid(), 1); in Testcase() 83 ret = setpgid(getpid(), 2); // 2, set pid num. in Testcase()
|
H A D | process_test_029.cpp | 60 ret = setpgid(pid, pid); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_010.cpp | 42 ret = setpgid(getpid(), 0); in ChildFun()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | fork.c | 315 setpgid(getpid(), getpid()); in main()
|
H A D | context_switch.c | 495 setpgid(getpid(), getpid()); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/ |
H A D | fork.c | 315 setpgid(getpid(), getpid()); in main()
|
H A D | context_switch.c | 495 setpgid(getpid(), getpid()); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 276 if (setpgid(0, 0) != 0) in main()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 949 * int setpgid(pid_t pid, pid_t pgid); 959 int setpgid(pid_t pid, pid_t pgid) in setpgid() function
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 2146 int setpgid(pid_t pid, pid_t pgid) in setpgid() function
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 1032 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 1073 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2()
|