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 D | isst-daemon.c | 154 if (getppid() == 1)
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-empty-vm.c | 342 kill(getppid(), SIGTERM); in main()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl31.c | 304 tst_process_state_wait2(getppid(), 'S'); in signal_parent()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages12.c | 118 pid_t ppid = getppid(); in do_child()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | test_core.c | 50 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 D | test_core.c | 50 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 D | start_up.c | 32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
|
/kernel/linux/linux-5.10/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 226 ppid = getppid(); in set_death_signal()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | start_up.c | 32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
|
/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/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 46 format_cgroup_path_pid(buf, path, getppid())
|
/kernel/linux/linux-6.6/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 226 ppid = getppid(); in set_death_signal()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 119 pid_t getppid(void);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 94 pid_t getppid(void);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 121 pid_t getppid(void);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 119 pid_t getppid(void);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 94 pid_t getppid(void);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 99 pid_t getppid(void);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 94 pid_t getppid(void);
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
H A D | msgstress04.c | 135 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main()
|
H A D | msgstress02.c | 130 srand48((unsigned)getpid() + (unsigned)(getppid() << 16)); in main()
|
/third_party/musl/include/ |
H A D | unistd.h | 158 pid_t getppid(void);
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | sys_clock_test.cpp | 378 int result = clock_getcpuclockid(getppid(), &id); in HWTEST_F()
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 291 {pid_t(*p)(void) = getppid;} in f()
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 1377 if (getppid() == 1) { in heartbeat() 1387 kill(getppid(), SIGUSR1); in heartbeat()
|
Completed in 34 milliseconds
123456