Searched refs:P_PID (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/tests/ |
| H A D | sigchld_return.c | 69 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED); 93 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
|
| H A D | sigcont_return.c | 27 …T_QUIET; T_ASSERT_POSIX_SUCCESS(waitid(P_PID, pid, &siginfo, WCONTINUED), "Calling waitid() failed…
|
| H A D | freebsd_waitpid_nohang.c | 56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | wait.h | 81 P_PID, enumerator
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | kern_exit.c | 3110 case P_PID: /* child with process ID equal to... */ in waitid_nocancel() 3127 case P_PID: /* child with process ID equal to... */ in waitid_nocancel()
|