Home
last modified time | relevance | path

Searched refs:SIGABRT (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h13 #define TARGET_SIGIOT SIGABRT /* compatibility */
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h13 #define TARGET_SIGIOT SIGABRT /* compatibility */
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h15 #define SIGABRT 6 macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h17 #define TARGET_SIGIOT SIGABRT /* compatibility */
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h27 #define SIGABRT 6 macro
/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c126 sigaction(SIGABRT, &action, NULL); in main()
/openbmc/gpioplus/test/internal/
H A Dfd.cpp78 if (signum == SIGABRT) in abrt_handler()
94 ASSERT_EQ(0, sigaction(SIGABRT, &act, nullptr)); in TEST_F()
/openbmc/qemu/tests/unit/
H A Dtest-replication.c549 signal(SIGABRT, sigabrt_handler); in setup_sigabrt_handler()
558 sigaction(SIGABRT, &sigact, NULL); in setup_sigabrt_handler()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c305 sighandler_old = signal(SIGABRT, sigabrt_handler); in setup_sigabrt_handler()
310 signal(SIGABRT, sighandler_old); in cleanup_sigabrt_handler()
333 /* Only install SIGABRT handler once */ in qtest_add_abrt_handler()
355 /* Uninstall SIGABRT handler on last instance */ in qtest_remove_abrt_handler()