Home
last modified time | relevance | path

Searched refs:SIGIOT (Results 1 - 25 of 49) sorted by relevance

12

/third_party/node/src/api/
H A Dutils.cc36 #ifdef SIGIOT in signo_string()
37 #if SIGABRT != SIGIOT in signo_string()
38 SIGNO_CASE(SIGIOT); in signo_string()
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c328 #ifdef SIGIOT in again_handler()
329 case SIGIOT: in again_handler()
376 #ifdef SIGIOT in set_up_signals()
377 my_signal(SIGIOT, again_handler); in set_up_signals()
H A Dcrash01.c380 #ifdef SIGIOT in again_handler()
381 case SIGIOT: in again_handler()
428 #ifdef SIGIOT in set_up_signals()
429 my_signal(SIGIOT, again_handler); in set_up_signals()
/third_party/ltp/testcases/kernel/syscalls/signal/
H A Dsignal05.c14 static int siglist[] = { SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP, SIGABRT, SIGIOT,
H A Dsignal03.c14 static int siglist[] = { SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP, SIGABRT, SIGIOT,
/third_party/ltp/lib/
H A Dsigname.h29 #ifdef SIGIOT in tst_strsig()
30 /* SIGIOT same as SIGABRT */ in tst_strsig()
31 STRPAIR(SIGABRT, "SIGIOT/SIGABRT") in tst_strsig()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h56 #define SIGIOT SIGABRT macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h57 #define SIGIOT SIGABRT macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h57 #define SIGIOT SIGABRT macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h57 #define SIGIOT SIGABRT macro
/third_party/ltp/testcases/kernel/syscalls/abort/
H A Dabort01.c13 * Checks that process which called abort() gets killed by SIGIOT and dumps core.
51 tst_res(TFAIL, "Child %s, expected SIGIOT", in verify_abort()
64 if (sig == SIGIOT) in verify_abort()
65 tst_res(TPASS, "abort() raised SIGIOT"); in verify_abort()
/third_party/musl/arch/arm/bits/
H A Dsignal.h57 #define SIGIOT SIGABRT macro
/third_party/musl/arch/or1k/bits/
H A Dsignal.h55 #define SIGIOT SIGABRT macro
/third_party/musl/arch/sh/bits/
H A Dsignal.h67 #define SIGIOT SIGABRT macro
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h72 #define SIGIOT SIGABRT macro
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill11.c37 {SIGIOT, 1},
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h58 #define SIGIOT SIGABRT macro
/third_party/musl/arch/mips/bits/
H A Dsignal.h94 #define SIGIOT SIGABRT macro
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h90 #define SIGIOT SIGABRT macro
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h91 #define SIGIOT SIGABRT macro
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h90 #define SIGIOT SIGABRT macro
/third_party/musl/arch/mips64/bits/
H A Dsignal.h113 #define SIGIOT SIGABRT macro
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h113 #define SIGIOT SIGABRT macro
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h81 #define SIGIOT SIGABRT macro
/third_party/musl/arch/s390x/bits/
H A Dsignal.h92 #define SIGIOT SIGABRT macro

Completed in 9 milliseconds

12