Home
last modified time | relevance | path

Searched refs:getppid (Results 101 - 125 of 149) sorted by relevance

123456

/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-daemon.c154 if (getppid() == 1)
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-empty-vm.c342 kill(getppid(), SIGTERM); in main()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c304 tst_process_state_wait2(getppid(), 'S'); in signal_parent()
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages12.c118 pid_t ppid = getppid(); in do_child()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_core.c50 int ppid = getppid(); in alloc_and_touch_anon_noexit()
64 while (getppid() == ppid) in alloc_and_touch_anon_noexit()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_core.c50 int ppid = getppid(); in alloc_and_touch_anon_noexit()
64 while (getppid() == ppid) in alloc_and_touch_anon_noexit()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/kernel/linux/linux-5.10/tools/testing/selftests/uevent/
H A Duevent_filtering.c226 ppid = getppid(); in set_death_signal()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dmmap-basic.c40 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/testing/selftests/bpf/
H A Dcgroup_helpers.c46 format_cgroup_path_pid(buf, path, getppid())
/kernel/linux/linux-6.6/tools/testing/selftests/uevent/
H A Duevent_filtering.c226 ppid = getppid(); in set_death_signal()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h119 pid_t getppid(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h94 pid_t getppid(void);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h121 pid_t getppid(void);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h119 pid_t getppid(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h94 pid_t getppid(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h99 pid_t getppid(void);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h94 pid_t getppid(void);
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress04.c135 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main()
H A Dmsgstress02.c130 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main()
/third_party/musl/include/
H A Dunistd.h158 pid_t getppid(void);
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dsys_clock_test.cpp378 int result = clock_getcpuclockid(getppid(), &id); in HWTEST_F()
/third_party/musl/libc-test/src/api/
H A Dunistd.c291 {pid_t(*p)(void) = getppid;} in f()
/third_party/ltp/lib/
H A Dtst_test.c1377 if (getppid() == 1) { in heartbeat()
1387 kill(getppid(), SIGUSR1); in heartbeat()

Completed in 34 milliseconds

123456