Searched refs:wait_child (Results 1 – 3 of 3) sorted by relevance
206 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()
85 int wait_child(struct child_sync *sync) in wait_child() function
918 CASE_TEST(wait_child); EXPECT_SYSER(1, wait(&tmp), -1, ECHILD); break; in run_syscall()