Home
last modified time | relevance | path

Searched refs:getppid (Results 126 - 150 of 154) sorted by relevance

1234567

/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()
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp770 (UInt32)(time(NULL) << 12) ^ ((UInt32)getppid() << 14) ^ (UInt32)(getpid()); in CreateTempFile2()
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h434 * pid_t getppid(void);
444 pid_t getppid(void) in getppid() function
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimendk.cpp518 pid_t pid = getppid(); in ClockGetcpuclockid()
H A Dunistdndk.cpp178 getInfo = getppid(); in GetPPid()
/third_party/curl/tests/server/
H A Dsocksd.c705 if(getppid() <= 1) { in incoming()
H A Dmqttd.c734 if(getppid() <= 1) { in incoming()
H A Dsockfilt.c981 if(getppid() <= 1) { in juggle()
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c853 CASE_TEST(getppid); EXPECT_SYSNE(1, getppid(), -1); break; in run_syscall()
/third_party/rust/crates/nix/src/
H A Dunistd.rs197 #[doc(alias("getppid"))]
199 getppid() in parent()
313 /// [getpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html)).
318 pub fn getppid() -> Pid { in getppid() functions
319 Pid(unsafe { libc::getppid() }) // no error handling, according to man page: "These functions are always successful." in getppid()
/third_party/node/deps/uv/src/unix/
H A Dcore.c1416 return getppid(); in uv_os_getppid()
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs209 let ppid: ::libc::pid_t = getppid().into(); in test_getpid()
/kernel/linux/linux-5.10/tools/perf/util/
H A Devlist.c1392 if (sigqueue(getppid(), SIGUSR1, val)) in perf_evlist__prepare_workload()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devlist.c1481 if (sigqueue(getppid(), SIGUSR1, val)) in evlist__prepare_workload()
/third_party/backends/backend/
H A Dmustek_pp.c284 if (getppid() == 1) { in reader_process()
/third_party/libuv/src/unix/
H A Dcore.c1547 return getppid(); in uv_os_getppid()
/third_party/mksh/
H A Dmain.c199 kshppid = getppid(); in chvt_reinit()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1654 pub fn getppid() -> pid_t; in getppid() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs904 pub fn getppid() -> pid_t; in getppid() functions
/kernel/linux/linux-5.10/kernel/
H A Dsys.c934 SYSCALL_DEFINE0(getppid) in SYSCALL_DEFINE0()
/kernel/linux/linux-6.6/kernel/
H A Dsys.c975 SYSCALL_DEFINE0(getppid) in SYSCALL_DEFINE0()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c506 if (getppid() == 1) /* parent died already? */ in main()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c927 if (getppid() == 1) { in doio()

Completed in 62 milliseconds

1234567