Home
last modified time | relevance | path

Searched refs:SIGIO (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/ltp/lib/
H A Dsigname.h78 #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 Dutils.cc132 #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 Dsignal.h95 #define SIGIO 29 macro
96 #define SIGPOLL SIGIO
/third_party/musl/arch/mips/bits/
H A Dsignal.h110 #define SIGIO 22 macro
111 #define SIGPOLL SIGIO
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h114 #define SIGIO 29 macro
115 #define SIGPOLL SIGIO
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h113 #define SIGIO 29 macro
114 #define SIGPOLL SIGIO
/third_party/musl/arch/mips64/bits/
H A Dsignal.h129 #define SIGIO 22 macro
130 #define SIGPOLL SIGIO
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h129 #define SIGIO 22 macro
130 #define SIGPOLL SIGIO
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h104 #define SIGIO 29 macro
105 #define SIGPOLL SIGIO
/third_party/musl/arch/s390x/bits/
H A Dsignal.h115 #define SIGIO 29 macro
116 #define SIGPOLL SIGIO
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c144 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 Dasync.c52 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 Dsignal05.c22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
H A Dsignal04.c19 SIGWINCH, SIGIO, SIGPWR, SIGSYS
H A Dsignal03.c22 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dl4re.rs51 pub const SIGIO: ::c_int = 29; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_common.c23 #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 Ddbus_common.c23 #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 Dsignal.h79 #define SIGIO 29 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h80 #define SIGIO 29 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h80 #define SIGIO 29 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h80 #define SIGIO 29 macro
/third_party/musl/arch/arm/bits/
H A Dsignal.h80 #define SIGIO 29 macro
/third_party/musl/arch/or1k/bits/
H A Dsignal.h78 #define SIGIO 29 macro
/third_party/musl/arch/sh/bits/
H A Dsignal.h90 #define SIGIO 29 macro

Completed in 9 milliseconds

12345