| /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/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()
|
| H A D | follow.cpp | 108 sdeventplus::source::Signal sigint(event, SIGINT, clean_exit); in main()
|
| /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/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()
|
| H A D | main.cpp | 411 stdplus::signal::block(SIGINT); in main() 412 sdeventplus::source::Signal(event, SIGINT, intCb).set_floating(true); in main()
|
| /openbmc/slpd-lite/ |
| H A D | slp_server.cpp | 43 sigaddset(&ss, SIGINT) < 0) in run() 64 r = sd_event_add_signal(eventPtr.get(), nullptr, SIGINT, nullptr, nullptr); 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/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/ |
| H A D | Fix-build-with-gcc15.patch | 38 5036 | signal( SIGINT, command_interrupt ); 58 //if (signal == SIGINT || signal == SIGTERM) 59 //printf( "\nudevil: SIGINT || SIGTERM\n");
|
| /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/telemetry/src/ |
| H A D | main.cpp | 14 boost::asio::signal_set signals(ioc, SIGINT, SIGTERM); in main()
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | signal.h | 11 #define SIGINT 2 macro
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/ |
| H A D | bios-update.sh | 53 trap cleanup EXIT SIGHUP SIGINT SIGTERM
|
| /openbmc/openbmc/poky/bitbake/contrib/ |
| H A D | bbparse-torture.py | 74 proc.send_signal(signal.SIGINT)
|
| /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>
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 23 #define SIGINT 2 macro
|
| /openbmc/qemu/ |
| H A D | os-wasm.c | 70 sigaction(SIGINT, &act, NULL); in os_setup_signal_handling()
|
| /openbmc/openbmc/poky/meta/recipes-extended/bash/ |
| H A D | bash_5.2.37.bb | 14 file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch \
|
| /openbmc/phosphor-watchdog/src/ |
| H A D | mainapp.cpp | 255 stdplus::signal::block(SIGINT); in main() 256 sdeventplus::source::Signal sigint(event, SIGINT, intCb); in main()
|
| /openbmc/google-misc/subprojects/nemora-postd/ |
| H A D | nemorad.cpp | 110 std::signal(SIGINT, signal_handler); in main()
|