Home
last modified time | relevance | path

Searched refs:wait_child (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-pkey.c182 ret = wait_child(&info->child_sync); in parent()
207 ret = wait_child(&info->child_sync); in parent()
221 ret = wait_child(&info->child_sync); in parent()
H A Dchild.h85 int wait_child(struct child_sync *sync) in wait_child() function
/linux-6.15/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1156 CASE_TEST(wait_child); EXPECT_SYSER(1, wait(&tmp), -1, ECHILD); break; in run_syscall()