Searched refs:P_PID (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/tests/signals/ |
| H A D | sigchld_return.c | 59 result = waitid(P_PID, expected_pid, &siginfo, WEXITED | WNOHANG); in wait_for_signal() 100 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED); 124 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
|
| H A D | sigcont_return.c | 32 …T_QUIET; T_ASSERT_POSIX_SUCCESS(waitid(P_PID, pid, &siginfo, WCONTINUED), "Calling waitid() failed…
|
| /xnu-12377.61.12/tests/ |
| H A D | freebsd_waitpid_nohang.c | 56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
|
| H A D | arm_matrix.c | 630 int err = waitid(P_PID, (id_t)pid, &info, WEXITED); in dup_and_check_matrix_state()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | wait.h | 81 P_PID, enumerator
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_exit.c | 3212 case P_PID: /* child with process ID equal to... */ in waitid_nocancel() 3229 case P_PID: /* child with process ID equal to... */ in waitid_nocancel()
|