kern_sig.c | 130 static int sigpost(struct lwp *, sig_t, int, int); 1084 * sigpost: 1090 sigpost(struct lwp *l, sig_t action, int prop, int sig) function in typeref:typename:int 1405 if (sigpost(l, action, prop, kp->ksi_signo) != 0) 1490 if (sigpost(l, action, prop, kp->ksi_signo) && !toall) 2408 sigpost(l, SIG_DFL, SA_STOP, signo);
|