Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch4 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 Dheartbeat_timer.cpp46 stdplus::signal::block(SIGINT); in main()
47 Signal(event, SIGINT, intCb).set_floating(true); in main()
H A Dheartbeat.cpp49 stdplus::signal::block(SIGINT); in main()
50 Signal(event, SIGINT, intCb).set_floating(true); in main()
H A Dfollow.cpp108 sdeventplus::source::Signal sigint(event, SIGINT, clean_exit); in main()
/openbmc/openbmc/poky/meta/files/
H A Dext-sdk-prepare.py11 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 D0005-mmal_exit_fix.patch12 - signal (SIGINT, SIG_DFL);
15 +// signal (SIGINT, SIG_DFL);
/openbmc/phosphor-host-postd/
H A D7seg.cpp65 signal(SIGINT, [](int signum) { in main()
66 if (signum == SIGINT) in main()
H A Dmain.cpp411 stdplus::signal::block(SIGINT); in main()
412 sdeventplus::source::Signal(event, SIGINT, intCb).set_floating(true); in main()
/openbmc/slpd-lite/
H A Dslp_server.cpp43 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 Dmain.cpp44 stdplus::signal::block(SIGINT); in execute()
45 Signal sig_int(event, SIGINT, exit_handler); in execute()
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialbridged.cpp38 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 DFix-build-with-gcc15.patch38 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 Dtest_sandbox_exit.py20 u_boot_console.kill(signal.SIGINT)
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.tcl43 trap { exit_proc } [list SIGTERM SIGINT]
/openbmc/telemetry/src/
H A Dmain.cpp14 boost::asio::signal_set signals(ioc, SIGINT, SIGTERM); in main()
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h11 #define SIGINT 2 macro
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/
H A Dbios-update.sh53 trap cleanup EXIT SIGHUP SIGINT SIGTERM
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py74 proc.send_signal(signal.SIGINT)
/openbmc/phosphor-mboxd/
H A Dmboxd.c83 case SIGINT: in poll_loop()
146 sigaddset(set, SIGINT); in init_signals()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch25 the profile data it has collected. Use <code>kill -SIGINT &lt;operf-PID&gt;</code>
38 the profile data it has collected. Use <code class="code">kill -SIGINT &lt;operf-PID&gt;</code>
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h23 #define SIGINT 2 macro
/openbmc/qemu/
H A Dos-wasm.c70 sigaction(SIGINT, &act, NULL); in os_setup_signal_handling()
/openbmc/openbmc/poky/meta/recipes-extended/bash/
H A Dbash_5.2.37.bb14 file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch \
/openbmc/phosphor-watchdog/src/
H A Dmainapp.cpp255 stdplus::signal::block(SIGINT); in main()
256 sdeventplus::source::Signal sigint(event, SIGINT, intCb); in main()
/openbmc/google-misc/subprojects/nemora-postd/
H A Dnemorad.cpp110 std::signal(SIGINT, signal_handler); in main()

1234