/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
H A D | 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch | 4 Subject: [PATCH] changes to SIGINT handler while waiting for a child; skip 46 +/* The current SIGINT handler as set by restore_sigint_handler. Only valid 60 set_signal_handler (SIGINT, old_sigint_handler); 63 /* If we got a SIGINT while in `wait', and SIGINT is trapped, do 66 - signal_is_trapped (SIGINT) && 67 + if (signal_is_trapped (SIGINT) && 68 ((sigint_handler = trap_to_sighandler (SIGINT)) == trap_handler)) 70 trap_handler (SIGINT); /* set pending_traps[SIGINT] */ 73 set_exit_status (128+SIGINT); 77 kill (getpid (), SIGINT); [all …]
|
/openbmc/openbmc/poky/meta/files/ |
H A D | ext-sdk-prepare.py | 11 signal.signal(signal.SIGINT, signal.SIG_DFL) 18 signal.signal(signal.SIGINT, signal.SIG_IGN) 22 signal.signal(signal.SIGINT, signal.SIG_DFL)
|
/openbmc/sdeventplus/example/ |
H A D | heartbeat_timer.cpp | 46 stdplus::signal::block(SIGINT); in main() 47 Signal(event, SIGINT, intCb).set_floating(true); in main()
|
H A D | heartbeat.cpp | 49 stdplus::signal::block(SIGINT); in main() 50 Signal(event, SIGINT, intCb).set_floating(true); in main()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0005-mmal_exit_fix.patch | 12 - signal (SIGINT, SIG_DFL); 15 +// signal (SIGINT, SIG_DFL);
|
/openbmc/phosphor-host-postd/ |
H A D | 7seg.cpp | 65 signal(SIGINT, [](int signum) { in main() 66 if (signum == SIGINT) in main()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | multi_ebb_procs_test.c | 34 if (sigaction(SIGINT, &sigint_action, NULL)) { in cycles_child() 96 kill(pids[i], SIGINT); in multi_ebb_procs()
|
/openbmc/slpd-lite/ |
H A D | slp_server.cpp | 43 sigaddset(&ss, SIGINT) < 0) in run() 64 r = sd_event_add_signal(eventPtr.get(), NULL, SIGINT, NULL, NULL); in run()
|
/openbmc/kcsbridge/src/ |
H A D | main.cpp | 44 stdplus::signal::block(SIGINT); in execute() 45 Signal sig_int(event, SIGINT, exit_handler); in execute()
|
/openbmc/phosphor-host-ipmid/transport/serialbridge/ |
H A D | serialbridged.cpp | 38 stdplus::signal::block(SIGINT); in execute() 39 Signal sig_init(event, SIGINT, exit_handler); in execute()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 135 case SIGINT: in signal_handler() 170 sigaction(SIGINT, &sig_actions, NULL); 234 signal(SIGINT, signal_handler);
|
/openbmc/linux/arch/sh/kernel/ |
H A D | traps.c | 190 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) { in BUILD_TRAP_HANDLER() 195 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | write_to_hugetlbfs.c | 49 if (signo == SIGINT) { in sig_handler() 79 if (signal(SIGINT, sig_handler) == SIG_ERR) in main()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-offsets.h | 8 #define SIGINT 2 macro
|
/openbmc/linux/tools/perf/tests/workloads/ |
H A D | noploop.c | 22 signal(SIGINT, sighandler); in noploop()
|
H A D | leafloop.c | 38 signal(SIGINT, sighandler); in leafloop()
|
H A D | thloop.c | 40 signal(SIGINT, sighandler); in thloop()
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_sandbox_exit.py | 20 u_boot_console.kill(signal.SIGINT)
|
/openbmc/openbmc-test-automation/templates/ |
H A D | pgm_template.tcl | 43 trap { exit_proc } [list SIGTERM SIGINT]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | nmi.c | 78 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi() 101 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
/openbmc/telemetry/src/ |
H A D | main.cpp | 14 boost::asio::signal_set signals(ioc, SIGINT, SIGTERM); in main()
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | sk_storage_map.c | 404 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_free() 421 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_free() 438 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_change() 447 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_change()
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 14 #define SIGINT 2 macro
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd.c | 83 case SIGINT: in poll_loop() 146 sigaddset(set, SIGINT); in init_signals()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0010-oprofile-Determine-the-root-home-directory-dynamical.patch | 25 the profile data it has collected. Use <code>kill -SIGINT <operf-PID></code> 38 the profile data it has collected. Use <code class="code">kill -SIGINT <operf-PID></code>
|