HomeSort by: relevance | last modified time | path
    Searched refs:SA_CANTMASK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
signalvar.h 123 #define SA_CANTMASK 0x0040 /* non-maskable, catchable */
264 SA_KILL|SA_CANTMASK|SA_TOALL, /* 9 SIGKILL */
272 SA_STOP|SA_CANTMASK|SA_TOALL, /* 17 SIGSTOP */
  /src/sys/kern/
sys_sig.c 494 if ((nsa->sa_flags & ~SA_ALLBITS) || (prop & SA_CANTMASK)) {
787 * Silently ignore SA_CANTMASK signals. psignal1() would ignore
788 * SA_CANTMASK signals in waitset, we do this only for the below
kern_sig.c 349 if (prop & SA_CANTMASK)
1382 * If the signal doesn't have SA_CANTMASK (no override for SIGKILL,
1386 if ((prop & SA_CANTMASK) == 0 && !LIST_EMPTY(&p->p_sigwaiters) &&

Completed in 16 milliseconds