/third_party/musl/libc-test/src/functionalext/sigchain/ |
H A D | sigchain_intercept_pthread_sigmask.c | 92 EXPECT_EQ("sigchain_intercept_pthread_sigmask_002", signo, SIGPWR); in signal_handler3() 107 sigaction(SIGPWR, &siga2, NULL); in sigchain_intercept_pthread_sigmask_002() 114 add_special_signal_handler(SIGPWR, &sigsegv); in sigchain_intercept_pthread_sigmask_002() 117 int signo[SIGCHIAN_TEST_SIGNAL_NUM_1] = {SIGPWR}; in sigchain_intercept_pthread_sigmask_002() 120 remove_special_signal_handler(SIGPWR, sigchain_special_handler3); in sigchain_intercept_pthread_sigmask_002() 122 raise(SIGPWR); in sigchain_intercept_pthread_sigmask_002()
|
H A D | sigchain_handler_call_order.c | 92 EXPECT_EQ("sigchain_handler_call_order_002", signo, SIGPWR); in sigchain_special_handler3() 102 EXPECT_EQ("sigchain_handler_call_order_002", signo, SIGPWR); in signal_handler3() 117 signal(SIGPWR, signal_handler3); in sigchain_handler_call_order_002() 124 add_special_signal_handler(SIGPWR, &sigsegv); in sigchain_handler_call_order_002() 126 raise(SIGPWR); in sigchain_handler_call_order_002()
|
/third_party/node/src/api/ |
H A D | utils.cc | 148 #ifdef SIGPWR in signo_string() 149 #if SIGPWR != SIGLOST in signo_string() 150 SIGNO_CASE(SIGPWR); in signo_string() 155 #if !defined(SIGPWR) || SIGINFO != SIGPWR in signo_string()
|
/third_party/ltp/lib/ |
H A D | signame.h | 93 #ifdef SIGPWR in tst_strsig() 94 PAIR(SIGPWR) in tst_strsig()
|
/third_party/musl/src/string/ |
H A D | strsignal.c | 12 && (SIGPOLL == 29) && (SIGPWR == 30) && (SIGSYS == 31) 52 [SIGPWR] = 30,
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
H A D | signal05.c | 22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
|
H A D | signal04.c | 19 SIGWINCH, SIGIO, SIGPWR, SIGSYS
|
H A D | signal03.c | 22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 81 #define SIGPWR 30 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | signal.h | 82 #define SIGPWR 30 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | signal.h | 82 #define SIGPWR 30 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | signal.h | 82 #define SIGPWR 30 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | signal.h | 82 #define SIGPWR 30 macro
|
/third_party/musl/arch/or1k/bits/ |
H A D | signal.h | 80 #define SIGPWR 30 macro
|
/third_party/musl/arch/sh/bits/ |
H A D | signal.h | 92 #define SIGPWR 30 macro
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | signal.h | 97 #define SIGPWR 30 macro
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill11.c | 55 {SIGPWR, 0},
|
/third_party/musl/arch/microblaze/bits/ |
H A D | signal.h | 83 #define SIGPWR 30 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 107 #define SIGPWR 19 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | signal.h | 115 #define SIGPWR 30 macro
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 116 #define SIGPWR 30 macro
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 115 #define SIGPWR 30 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 126 #define SIGPWR 19 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 126 #define SIGPWR 19 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 106 #define SIGPWR 30 macro
|