Home
last modified time | relevance | path

Searched refs:P_PID (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dwait.h18 #define P_PID 1 macro
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c166 ASSERT_EQ(sys_waitid(P_PID, self->child_pid_exited, WEXITED | WNOWAIT), 0); in FIXTURE_SETUP()
297 ASSERT_EQ(sys_waitid(P_PID, self->child_pid_exited, WEXITED), 0); in FIXTURE_TEARDOWN()
298 ASSERT_EQ(sys_waitid(P_PID, self->child_pid1, WEXITED), 0); in FIXTURE_TEARDOWN()
299 ASSERT_EQ(sys_waitid(P_PID, self->child_pid2, WEXITED), 0); in FIXTURE_TEARDOWN()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-scripts-build-Fix-the-tests-to-build-with-clang15.patch210 -echo "main() { return processor(P_PID, P_MYPID, 0, NULL); }" >> ${BASE}$$.c
211 +echo "int main() { return processor(P_PID, P_MYPID, 0, NULL); }" >> ${BASE}$$.c
/openbmc/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c386 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()
/openbmc/linux/kernel/
H A Dexit.c1662 case P_PID: in kernel_waitid()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c432 procctl(P_PID, getpid(), PROC_PDEATHSIG_CTL, &sig); in qtest_spawn_qemu()