Home | History | Annotate | Download | only in kern

Lines Matching defs:ignored

323  *	are ignored by default and disable the signal stack.  Locking not
393 * l->l_sigmask (unless they were caught, and are now ignored
965 * If the signal is masked or ignored, then unmask it and
969 const bool ignored = action == SIG_IGN;
970 if (masked || ignored) {
1072 * Returns true if signal is ignored or masked for the specified LWP.
1273 * regardless of the signal action (eg, blocked or ignored).
1275 * Other ignored signals are discarded immediately.
1337 * If the signal is being ignored, then drop it. Note: we
1420 * If SIGCONT is default (or ignored) and process is
1924 * We should see pending but ignored signals only if
2023 * to take action on an ignored signal other
2116 * the process. (Other cases were ignored above.)