Searched refs:SIG_DFL (Results 1 – 25 of 35) sorted by relevance
12
/linux/arch/um/os-Linux/ |
A D | util.c | 105 signal(SIGINT, SIG_DFL); in os_fix_helper_signals() 106 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals() 113 signal(SIGSEGV, SIG_DFL); in os_dump_core()
|
/linux/tools/testing/selftests/bpf/map_tests/ |
A D | sk_storage_map.c | 424 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_free() 425 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_free() 427 signal(SIGALRM, SIG_DFL); in test_sk_storage_map_stress_free() 450 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_change() 451 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_change() 453 signal(SIGALRM, SIG_DFL); in test_sk_storage_map_stress_change()
|
/linux/tools/testing/selftests/clone3/ |
A D | clone3_clear_sighand.c | 98 if (act.sa_handler != SIG_DFL) in test_clone3_clear_sighand() 105 if (act.sa_handler != SIG_DFL) in test_clone3_clear_sighand()
|
/linux/scripts/ |
A D | bloat-o-meter | 11 from signal import signal, SIGPIPE, SIG_DFL 13 signal(SIGPIPE, SIG_DFL)
|
/linux/tools/perf/tests/ |
A D | perf-hooks.c | 13 signal(SIGSEGV, SIG_DFL); in sigsegv_handler()
|
/linux/include/uapi/asm-generic/ |
A D | signal-defs.h | 88 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | signal_pending.c | 42 signal(SIGALRM, SIG_DFL); in test_signal_pending_by_type()
|
/linux/tools/testing/selftests/x86/ |
A D | sigaltstack.c | 48 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | ioperm.c | 42 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | sysret_rip.c | 58 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | single_step_syscall.c | 52 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | iopl.c | 42 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | entry_from_vm86.c | 46 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | fsgsbase.c | 58 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | ptrace_syscall.c | 123 sa.sa_handler = SIG_DFL; in clearhandler()
|
A D | amx.c | 95 sa.sa_handler = SIG_DFL; in clearhandler()
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
A D | null_syscall.c | 58 signal(SIGALRM, SIG_DFL); in cpu_soak_usecs()
|
/linux/tools/testing/selftests/rlimits/ |
A D | rlimits-per-userns.c | 61 signal(SIGUSR1, SIG_DFL); in fork_child()
|
/linux/tools/testing/selftests/powerpc/pmu/ |
A D | lib.c | 105 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
|
/linux/init/ |
A D | init_task.c | 48 .action = { { { .sa_handler = SIG_DFL, } }, },
|
/linux/tools/perf/util/ |
A D | debug.c | 292 signal(sig, SIG_DFL); in sighandler_dump_stack()
|
/linux/kernel/ |
A D | signal.c | 76 (handler == SIG_DFL && sig_kernel_ignore(sig)); in sig_handler_ignored() 90 handler == SIG_DFL && !(force && sig_kernel_only(sig))) in sig_task_ignored() 545 ka->sa.sa_handler = SIG_DFL; in flush_signal_handlers() 561 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1332 action->sa.sa_handler = SIG_DFL; in force_sig_info_to_task() 1344 if (action->sa.sa_handler == SIG_DFL && !t->ptrace) in force_sig_info_to_task() 2752 if (ka->sa.sa_handler != SIG_DFL) { in get_signal() 2757 ka->sa.sa_handler = SIG_DFL; in get_signal()
|
A D | umh.c | 134 kernel_sigaction(SIGCHLD, SIG_DFL); in call_usermodehelper_exec_sync()
|
/linux/include/linux/ |
A D | signal.h | 451 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
|
/linux/tools/perf/scripts/python/ |
A D | compaction-times.py | 12 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
Completed in 42 milliseconds
12