HomeSort by: relevance | last modified time | path
    Searched defs:sigpost (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
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);

Completed in 11 milliseconds