Searched refs:setpgid (Results 1 – 25 of 33) sorted by relevance
12
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
D | process_test_032.cpp | 49 ret = setpgid(getpid(), gid); in Child2() 72 ret = setpgid(pid, pid); in TestCase()
|
D | process_test_031.cpp | 69 ret = setpgid(pid, pid); in TestCase() 83 ret = setpgid(pid1, pid); in TestCase()
|
D | process_test_033.cpp | 68 ret = setpgid(pid, pid); in TestCase() 87 ret = setpgid(pid1, pid); in TestCase()
|
D | process_test_036.cpp | 45 ret = setpgid(getpid(), currGid); in Child1() 59 ret = setpgid(getpid(), gid); in Child2()
|
D | process_test_037.cpp | 54 ret = setpgid(getpid(), getpid()); in Child2() 97 ret = setpgid(pid1, pid); in ProcessGroup()
|
D | process_test_034.cpp | 79 ret = setpgid(pid1, pid); in TestCase()
|
D | process_test_035.cpp | 48 ret = setpgid(getpid(), gid); in Child2()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
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/ |
D | process_test_002.cpp | 79 ret = setpgid(getpid(), 1); in Testcase() 83 ret = setpgid(getpid(), 2); // 2, set pid num. in Testcase()
|
D | process_test_029.cpp | 60 ret = setpgid(pid, pid); in TestCase()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
D | fork.c | 315 setpgid(getpid(), getpid()); in main()
|
D | context_switch.c | 495 setpgid(getpid(), getpid()); in main()
|
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 117 107 n64 setpgid sys_setpgid
|
D | syscall_n32.tbl | 117 107 n32 setpgid sys_setpgid
|
D | syscall_o32.tbl | 69 57 o32 setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 68 56 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 120 109 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 162 148 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 120 109 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 67 57 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 58 57 common setpgid sys_setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 67 57 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 70 57 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 67 57 common setpgid sys_setpgid
|
/kernel/linux/linux-5.10/arch/arm/tools/ |
D | syscall.tbl | 71 57 common setpgid sys_setpgid
|
12