Searched refs:P_PID (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | wait.h | 18 #define P_PID 1 macro
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_setns_test.c | 166 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 D | ptrace-syscall.c | 45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | 0001-scripts-build-Fix-the-tests-to-build-with-clang15.patch | 210 -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 D | ptrace_syscall.c | 87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 386 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()
|
/openbmc/linux/kernel/ |
H A D | exit.c | 1664 case P_PID: in kernel_waitid()
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 433 procctl(P_PID, getpid(), PROC_PDEATHSIG_CTL, &sig); in qtest_spawn_qemu()
|