Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/
H A Dsigchld_return.c69 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
93 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
H A Dsigcont_return.c27 …T_QUIET; T_ASSERT_POSIX_SUCCESS(waitid(P_PID, pid, &siginfo, WCONTINUED), "Calling waitid() failed…
H A Dfreebsd_waitpid_nohang.c56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
/xnu-8796.121.2/bsd/sys/
H A Dwait.h81 P_PID, enumerator
/xnu-8796.121.2/bsd/kern/
H A Dkern_exit.c3110 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()