Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c44 if (signal(SIGINT, power_floor_exit) == SIG_IGN) in main()
45 signal(SIGINT, SIG_IGN); in main()
46 if (signal(SIGHUP, power_floor_exit) == SIG_IGN) in main()
47 signal(SIGHUP, SIG_IGN); in main()
48 if (signal(SIGTERM, power_floor_exit) == SIG_IGN) in main()
49 signal(SIGTERM, SIG_IGN); in main()
/linux/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c87 if (signal(SIGINT, workload_hint_exit) == SIG_IGN) in main()
88 signal(SIGINT, SIG_IGN); in main()
89 if (signal(SIGHUP, workload_hint_exit) == SIG_IGN) in main()
90 signal(SIGHUP, SIG_IGN); in main()
91 if (signal(SIGTERM, workload_hint_exit) == SIG_IGN) in main()
92 signal(SIGTERM, SIG_IGN); in main()
/linux/arch/um/os-Linux/
H A Dutil.c110 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
128 signal(SIGTERM, SIG_IGN); in os_dump_core()
H A Dprocess.c203 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
205 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
H A Dirq.c138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/linux/include/uapi/asm-generic/
H A Dsignal-defs.h89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c305 signal(SIGINT, SIG_IGN); in fork_it()
306 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux/kernel/
H A Dsignal.c80 return handler == SIG_IGN || in sig_handler_ignored()
509 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals()
524 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers()
541 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal()
1283 * we unblock the signal and change any SIG_IGN to SIG_DFL.
1303 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task()
2029 /* Periodic timers with SIG_IGN are queued on the ignored list */ in posixtimer_send_sigqueue()
2235 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent()
2239 * defines special semantics for setting SIGCHLD to SIG_IGN in do_notify_parent()
2250 * it, just use SIG_IGN instea
[all...]
H A Dpid_namespace.c187 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
H A Dptrace.c517 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
/linux/include/linux/
H A Dsignal.h323 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c112 sa.sa_sigaction = (void *)SIG_IGN; in setsigign()
/linux/drivers/tty/
H A Dtty_jobctrl.c19 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
/linux/scripts/
H A Dcheckkconfigsymbols.py267 signal.signal(signal.SIGINT, signal.SIG_IGN)
/linux/tools/usb/usbip/src/
H A Dusbipd.c460 act.sa_handler = SIG_IGN; in set_signal()
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c307 if (signal(SIGUSR1, SIG_IGN) == SIG_ERR) in check_sig_ign()
/linux/tools/testing/vsock/
H A Dutil.c33 signal(SIGPIPE, SIG_IGN); in init_signals()
/linux/fs/proc/
H A Darray.c257 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
/linux/tools/perf/util/
H A Dsrcline.c554 signal(SIGPIPE, SIG_IGN); in addr2line_configure()
/linux/tools/perf/
H A Dbuiltin-daemon.c1322 signal(SIGPIPE, SIG_IGN); in __cmd_start()
H A Dbuiltin-record.c2391 signal(SIGUSR2, SIG_IGN); in __cmd_record()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c9189 signal(SIGINT, SIG_IGN); in fork_it()
9190 signal(SIGQUIT, SIG_IGN); in fork_it()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1095 signal(SIGSYS, SIG_IGN); in TEST_F_SIGNAL()