Home
last modified time | relevance | path

Searched refs:P_EXITSIG (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/sys/
Dproc.h442 #define P_EXITSIG(p) \ macro
/netbsd/src/sys/kern/
Dkern_exit.c142 if ((ksi->ksi_signo = P_EXITSIG(p)) == SIGCHLD) { in exit_psignal()
1059 : P_EXITSIG(child) != SIGCHLD)){ in find_stopped_child()