Home
last modified time | relevance | path

Searched refs:SIG_IGN (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/arch/um/os-Linux/
Dutil.c102 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
120 signal(SIGTERM, SIG_IGN); in os_dump_core()
Dprocess.c278 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
280 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
Dirq.c134 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/linux-4.1.27/include/uapi/asm-generic/
Dsignal-defs.h24 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dsignal.h77 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
/linux-4.1.27/include/linux/
Dsignal.h312 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
436 ((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_IGN))
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c296 signal(SIGINT, SIG_IGN); in fork_it()
297 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux-4.1.27/kernel/
Dsignal.c64 return handler == SIG_IGN || in sig_handler_ignored()
474 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals()
489 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers()
505 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal()
1219 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info()
1684 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent()
1702 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent()
1773 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop()
2267 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal()
3087 if (action == SIG_IGN) { in kernel_sigaction()
Dpid_namespace.c200 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
Dptrace.c434 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
/linux-4.1.27/arch/tile/kernel/
Dsignal.c376 if (handler != SIG_IGN && handler != SIG_DFL) in trace_unhandled_signal()
/linux-4.1.27/tools/usb/usbip/src/
Dusbipd.c453 act.sa_handler = SIG_IGN; in set_signal()
/linux-4.1.27/arch/um/os-Linux/skas/
Dprocess.c188 signal(SIGWINCH, SIG_IGN); in userspace_tramp()
/linux-4.1.27/fs/proc/
Darray.c242 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c2977 signal(SIGINT, SIG_IGN); in fork_it()
2978 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux-4.1.27/Documentation/mic/mpssd/
Dmpssd.c1560 .sa_handler = SIG_IGN in init_mic()
/linux-4.1.27/drivers/tty/
Dn_tty.c1790 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
/linux-4.1.27/tools/lguest/
Dlguest.c1158 signal(SIGCHLD, SIG_IGN); in reset_device()