Searched refs:getpgid (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 205 printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0), in disp_processes() 210 getpgid(proc[i].cpid), get_cs_cookie(proc[i].cpid)); in disp_processes() 213 proc[i].cpid, getpgid(0), get_cs_cookie(proc[i].thr_tids[j])); in disp_processes()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | syscall.c | 93 getpgid(0); in bench_syscall_common() 120 name = "getpgid()"; in bench_syscall_common()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | find_vma.c | 88 getpgid(skel->bss->target_pid); in test_find_vma_kprobe()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | mmap-basic.c | 40 const char *syscall_names[] = { "getsid", "getppid", "getpgid", }; in test__basic_mmap() 41 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_066.cpp | 45 val = getpgid(getpid()); in TestSpawnAttrGroup()
|
H A D | process_test_067.cpp | 45 val = getpgid(getpid()); in TestSpawnAttrGroup()
|
H A D | process_test_058.cpp | 96 val = getpgid(getpid()); in TestSpawnAttrGroup()
|
H A D | process_test_059.cpp | 96 val = getpgid(getpid()); in TestSpawnAttrGroup()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | mmap-basic.c | 40 const char *syscall_names[] = { "getsid", "getppid", "getpgid", }; in test__basic_mmap() 41 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 383 * pid_t getpgid(pid_t pid); 393 pid_t getpgid(pid_t pid) in getpgid() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 855 CASE_TEST(getpgid_self); EXPECT_SYSNE(1, getpgid(0), -1); break; in run_syscall() 856 CASE_TEST(getpgid_bad); EXPECT_SYSER(1, getpgid(-1), -1, ESRCH); break; in run_syscall()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 1131 SYSCALL_DEFINE1(getpgid, pid_t, pid) in SYSCALL_DEFINE1()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 1172 SYSCALL_DEFINE1(getpgid, pid_t, pid) in SYSCALL_DEFINE1()
|
Completed in 13 milliseconds