Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/
H A Dmemorystatus_vm_map_fork.c224 pid_t got_pid; in test_child_process() local
233 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()