Searched refs:wait4 (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/tests/ |
| H A D | xnu_quick_test.c | 85 T_ASSERT_NE(my_wait_pid = wait4( my_pid, &my_status, 0, &my_usage ), -1,
|
| H A D | posix_spawnattr_set_crash_behavior_np.c | 101 ret = wait4(-1, &child_status, 0, NULL); in _do_set_crash_behavior_test()
|
| H A D | immovable_send.c | 213 if (-1 == wait4(-1, &child_status, 0, NULL)) {
|
| H A D | memorystatus_vm_map_fork.c | 233 got_pid = wait4(child_pid, status, 0, ru); in test_child_process()
|
| /xnu-11215/bsd/sys/ |
| H A D | wait.h | 256 pid_t wait4(pid_t, int *, int, struct rusage *);
|
| /xnu-11215/bsd/man/man2/ |
| H A D | Makefile | 247 wait4.2 \
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_exit.c | 2868 wait4(proc_t q, struct wait4_args *uap, int32_t *retval) in wait4() function
|