Home
last modified time | relevance | path

Searched refs:SIGEMT (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/src/string/
H A Dstrsignal.c36 #elif defined(SIGEMT)
37 [SIGEMT] = 16,
79 #elif defined(SIGEMT)
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c333 #ifdef SIGEMT in again_handler()
334 case SIGEMT: in again_handler()
379 #ifdef SIGEMT in set_up_signals()
380 my_signal(SIGEMT, again_handler); in set_up_signals()
H A Dcrash01.c385 #ifdef SIGEMT in again_handler()
386 case SIGEMT: in again_handler()
431 #ifdef SIGEMT in set_up_signals()
432 my_signal(SIGEMT, again_handler); in set_up_signals()
/third_party/ltp/lib/
H A Dsigname.h36 #ifdef SIGEMT in tst_strsig()
37 PAIR(SIGEMT) in tst_strsig()
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparcv9cap.c153 # ifdef SIGEMT in OPENSSL_cpuid_setup()
154 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
H A Dppccap.c251 #ifdef SIGEMT in OPENSSL_cpuid_setup()
252 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
/third_party/openssl/crypto/
H A Dsparcv9cap.c153 # ifdef SIGEMT in OPENSSL_cpuid_setup()
154 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
H A Dppccap.c251 #ifdef SIGEMT in OPENSSL_cpuid_setup()
252 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup()
/third_party/musl/arch/mips/bits/
H A Dsignal.h95 #define SIGEMT 7 macro
/third_party/musl/arch/mips64/bits/
H A Dsignal.h114 #define SIGEMT 7 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h114 #define SIGEMT 7 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs93 pub const SIGEMT: ::c_int = 7; consts
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs107 SIGEMT,
182 "SIGEMT" => Signal::SIGEMT, in from_str()
265 Signal::SIGEMT => "SIGEMT",
361 SIGPROF, SIGWINCH, SIGIO, SIGSYS, SIGEMT, SIGINFO,
/third_party/python/Modules/
H A Dsignalmodule.c1495 #ifdef SIGEMT
1496 ADD_INT_MACRO(SIGEMT);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs213 pub const SIGEMT: ::c_int = 7; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs379 pub const SIGEMT: c_int = 7; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs893 pub const SIGEMT: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs608 pub const SIGEMT: ::c_int = 7; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs914 pub const SIGEMT: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2368 pub const SIGEMT: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1359 pub const SIGEMT: ::c_int = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1440 pub const SIGEMT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1432 pub const SIGEMT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1647 pub const SIGEMT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1655 pub const SIGEMT: u32 = 7; consts

Completed in 104 milliseconds

12