Home
last modified time | relevance | path

Searched refs:SIG_IGN (Results 1 - 25 of 53) sorted by relevance

123

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dutil.c103 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
121 signal(SIGTERM, SIG_IGN); in os_dump_core()
H A Dprocess.c284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
H A Dirq.c140 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/kernel/linux/linux-6.6/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.c284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
H A Dirq.c138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsignal-defs.h25 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsignal-defs.h24 #define SIG_IGN ((__force __sighandler_t)1) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsignal-defs.h37 #define SIG_IGN ((__force __sighandler_t) 1) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsignal-defs.h37 #define SIG_IGN ((__force __sighandler_t) 1) macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsignal-defs.h89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A Dsignal_test_002.cpp58 ret = reinterpret_cast<void *>(signal(sig, SIG_IGN)); in TestRaiseIgnore()
H A Dsignal_test_022.cpp59 ret = signal(sig, SIG_IGN); in TestRaise()
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dsignal.h77 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
/kernel/liteos_m/testsuites/sample/kernel/signal/
H A DIt_los_signal_001.c67 h = LOS_SignalSet(SIGUSR1, SIG_IGN); in Testcase()
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_008.cpp47 ret = signal(sig, SIG_IGN); in TestSigKillWaitFromSigChild()
H A Dsignal_test_040.cpp53 signal(SIGURG, SIG_IGN); in TestCase()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dutil.c31 signal(SIGPIPE, SIG_IGN); in init_signals()
/kernel/linux/linux-5.10/kernel/
H 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()
1300 * we unblock the signal and change any SIG_IGN to SIG_DFL.
1319 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task()
1972 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent()
1976 * defines special semantics for setting SIGCHLD to SIG_IGN in do_notify_parent()
1987 * it, just use SIG_IGN instead). in do_notify_parent()
1990 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent()
[all...]
H A Dumh.c140 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
H A Dpid_namespace.c190 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
/kernel/linux/linux-6.6/kernel/
H A Dsignal.c77 return handler == SIG_IGN || in sig_handler_ignored()
531 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals()
546 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers()
563 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal()
1326 * we unblock the signal and change any SIG_IGN to SIG_DFL.
1346 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task()
2123 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent()
2127 * defines special semantics for setting SIGCHLD to SIG_IGN in do_notify_parent()
2138 * it, just use SIG_IGN instead). in do_notify_parent()
2141 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent()
[all...]
H A Dpid_namespace.c186 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()

Completed in 16 milliseconds

123