Searched refs:got_pid (Results 1 – 1 of 1) sorted by relevance
224 pid_t got_pid; in test_child_process() local233 got_pid = wait4(child_pid, status, 0, ru); in test_child_process()234 T_QUIET; T_ASSERT_EQ(child_pid, got_pid, " wait4(%d, ...) returned %d", child_pid, got_pid); in test_child_process()