Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/
A Dutil.c104 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
122 signal(SIGTERM, SIG_IGN); in os_dump_core()
A Dprocess.c284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
A Dirq.c140 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/linux/include/uapi/asm-generic/
A Dsignal-defs.h89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/linux/tools/power/cpupower/utils/idle_monitor/
A Dcpupower-monitor.c305 signal(SIGINT, SIG_IGN); in fork_it()
306 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux/kernel/
A Dsignal.c75 return handler == SIG_IGN || in sig_handler_ignored()
529 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals()
544 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers()
561 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal()
1329 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task()
2075 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent()
2093 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent()
2169 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop()
2750 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal()
4058 if (action == SIG_IGN) { in kernel_sigaction()
A Dpid_namespace.c183 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
A Dumh.c142 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
A Dptrace.c514 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
/linux/tools/testing/vsock/
A Dutil.c31 signal(SIGPIPE, SIG_IGN); in init_signals()
/linux/include/linux/
A Dsignal.h321 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
/linux/tools/testing/selftests/x86/
A Dptrace_syscall.c112 sa.sa_sigaction = (void *)SIG_IGN; in setsigign()
/linux/drivers/tty/
A Dtty_jobctrl.c19 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
/linux/scripts/
A Dcheckkconfigsymbols.py267 signal.signal(signal.SIGINT, signal.SIG_IGN)
/linux/tools/usb/usbip/src/
A Dusbipd.c460 act.sa_handler = SIG_IGN; in set_signal()
/linux/arch/um/os-Linux/skas/
A Dprocess.c252 signal(SIGWINCH, SIG_IGN); in userspace_tramp()
/linux/fs/proc/
A Darray.c249 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
/linux/tools/perf/
A Dbuiltin-daemon.c1321 signal(SIGPIPE, SIG_IGN); in __cmd_start()
A Dbuiltin-record.c1661 signal(SIGUSR2, SIG_IGN); in __cmd_record()
/linux/tools/power/x86/turbostat/
A Dturbostat.c5926 signal(SIGINT, SIG_IGN); in fork_it()
5927 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1080 signal(SIGSYS, SIG_IGN); in TEST_F_SIGNAL()

Completed in 60 milliseconds