Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-pkey.c206 ret = wait_child(&info->child_sync); in parent()
231 ret = wait_child(&info->child_sync); in parent()
245 ret = wait_child(&info->child_sync); in parent()
H A Dchild.h85 int wait_child(struct child_sync *sync) in wait_child() function
/openbmc/phosphor-state-manager/
H A Dobmcutil113 wait_child=$!
122 kill $wait_child
125 if ! wait $wait_child; then
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c947 BdrvChild *wait_child; member
966 return bdrv_co_preadv(tts->wait_child, offset, bytes, qiov, flags); in bdrv_test_top_co_preadv()
1003 bdrv_co_preadv(tts->wait_child, 0, 65536, &qiov, 0); in test_co_delete_by_drain()
1060 tts->wait_child = bdrv_attach_child(bs, child_bs, "wait-child", in do_test_delete_by_drain()
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c918 CASE_TEST(wait_child); EXPECT_SYSER(1, wait(&tmp), -1, ECHILD); break; in run_syscall()