Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dxnu_quick_test.c85 T_ASSERT_NE(my_wait_pid = wait4( my_pid, &my_status, 0, &my_usage ), -1,
H A Dposix_spawnattr_set_crash_behavior_np.c101 ret = wait4(-1, &child_status, 0, NULL); in _do_set_crash_behavior_test()
H A Dimmovable_send.c213 if (-1 == wait4(-1, &child_status, 0, NULL)) {
H A Dmemorystatus_vm_map_fork.c233 got_pid = wait4(child_pid, status, 0, ru); in test_child_process()
/xnu-11215/bsd/sys/
H A Dwait.h256 pid_t wait4(pid_t, int *, int, struct rusage *);
/xnu-11215/bsd/man/man2/
H A DMakefile247 wait4.2 \
/xnu-11215/bsd/kern/
H A Dkern_exit.c2868 wait4(proc_t q, struct wait4_args *uap, int32_t *retval) in wait4() function