/third_party/ltp/lib/ |
H A D | signame.h | 78 #if defined(SIGIO) && defined(SIGPOLL) in tst_strsig() 79 /* SIGPOLL same as SIGIO */ in tst_strsig() 80 STRPAIR(SIGIO, "SIGIO/SIGPOLL") in tst_strsig() 81 #elif defined(SIGIO) in tst_strsig() 82 PAIR(SIGIO) in tst_strsig()
|
/third_party/node/src/api/ |
H A D | utils.cc | 132 #ifdef SIGIO in signo_string() 133 SIGNO_CASE(SIGIO); in signo_string() 137 #if SIGPOLL != SIGIO in signo_string()
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | signal.h | 95 #define SIGIO 29 macro 96 #define SIGPOLL SIGIO
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 110 #define SIGIO 22 macro 111 #define SIGPOLL SIGIO
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 114 #define SIGIO 29 macro 115 #define SIGPOLL SIGIO
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 113 #define SIGIO 29 macro 114 #define SIGPOLL SIGIO
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 129 #define SIGIO 22 macro 130 #define SIGPOLL SIGIO
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 129 #define SIGIO 22 macro 130 #define SIGPOLL SIGIO
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 104 #define SIGIO 29 macro 105 #define SIGPOLL SIGIO
|
/third_party/musl/arch/s390x/bits/ |
H A D | signal.h | 115 #define SIGIO 29 macro 116 #define SIGPOLL SIGIO
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl31.c | 144 sigaddset(&newset, SIGIO); in setup() 261 if (orig_sig == 0 || orig_sig == SIGIO) in test_set_and_get_sig() 262 tst_resm(TINFO, "default io events signal is SIGIO"); in test_set_and_get_sig() 346 case SIGIO: in check_io_signal() 347 tst_resm(TFAIL, "received default SIGIO, fcntl test " in check_io_signal()
|
/third_party/alsa-lib/src/ |
H A D | async.c | 52 static const int snd_async_signo = SIGIO; 71 if (signo == SIGIO in snd_async_handler() 95 * Whenever the \c SIGIO signal is raised for the file \p fd, the callback 99 * The ALSA \c sigaction handler for the \c SIGIO signal automatically 102 * to generate the \c SIGIO signal. 104 * The \c SIGIO signal may have been replaced with another signal, 193 * The signal number for async handlers usually is \c SIGIO,
|
/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/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | l4re.rs | 51 pub const SIGIO: ::c_int = 29; consts
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_common.c | 23 #ifdef SIGIO 25 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for 28 #define SIGPOLL SIGIO
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_common.c | 23 #ifdef SIGIO 25 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for 28 #define SIGPOLL SIGIO
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 79 #define SIGIO 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/musl/arch/or1k/bits/ |
H A D | signal.h | 78 #define SIGIO 29 macro
|
/third_party/musl/arch/sh/bits/ |
H A D | signal.h | 90 #define SIGIO 29 macro
|