Home
last modified time | relevance | path

Searched refs:SIGPWR (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/sigchain/
H A Dsigchain_intercept_pthread_sigmask.c92 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 Dsigchain_handler_call_order.c92 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 Dutils.cc148 #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 Dsigname.h93 #ifdef SIGPWR in tst_strsig()
94 PAIR(SIGPWR) in tst_strsig()
/third_party/musl/src/string/
H A Dstrsignal.c12 && (SIGPOLL == 29) && (SIGPWR == 30) && (SIGSYS == 31)
52 [SIGPWR] = 30,
/third_party/ltp/testcases/kernel/syscalls/signal/
H A Dsignal05.c22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
H A Dsignal04.c19 SIGWINCH, SIGIO, SIGPWR, SIGSYS
H A Dsignal03.c22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h81 #define SIGPWR 30 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h82 #define SIGPWR 30 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h82 #define SIGPWR 30 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h82 #define SIGPWR 30 macro
/third_party/musl/arch/arm/bits/
H A Dsignal.h82 #define SIGPWR 30 macro
/third_party/musl/arch/or1k/bits/
H A Dsignal.h80 #define SIGPWR 30 macro
/third_party/musl/arch/sh/bits/
H A Dsignal.h92 #define SIGPWR 30 macro
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h97 #define SIGPWR 30 macro
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill11.c55 {SIGPWR, 0},
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h83 #define SIGPWR 30 macro
/third_party/musl/arch/mips/bits/
H A Dsignal.h107 #define SIGPWR 19 macro
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h115 #define SIGPWR 30 macro
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h116 #define SIGPWR 30 macro
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h115 #define SIGPWR 30 macro
/third_party/musl/arch/mips64/bits/
H A Dsignal.h126 #define SIGPWR 19 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h126 #define SIGPWR 19 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h106 #define SIGPWR 30 macro

Completed in 9 milliseconds

1234