tag | line | file | source code |
---|---|---|---|
SIG_IGN | 611 | fs/exec.c | if (current->sigaction[i].sa_handler != SIG_IGN) |
SIG_IGN | 663 | kernel/chr_drv/tty_io.c | (current->sigaction[sig-1].sa_handler == SIG_IGN)); |
SIG_IGN | 159 | kernel/sched.c | if (sa->sa_handler == SIG_IGN || (sa->sa_handler == SIG_DFL |
SIG_IGN | 108 | kernel/signal.c | if (p->sa_handler == SIG_IGN) { |