Searched refs:SIGPOLL (Results 1 - 25 of 36) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D13-1.c29 #ifdef SIGPOLL
30 (0 == SIGPOLL) ||
H A D14-1-buildonly.c27 #ifdef SIGPOLL
28 int dummy21 = SIGPOLL;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D28-19.c24 * -> register a signal handler for SIGPOLL with signal().
65 if (signal(SIGPOLL, handler_1) == SIG_ERR) {
85 ret = sigaction(SIGPOLL, &sa, &save);
93 ret = raise(SIGPOLL);
106 ret = sigaction(SIGPOLL, &save, 0);
114 ret = raise(SIGPOLL);
H A D18-19.c24 * -> register a handler for SIGPOLL without SA_SIGINFO, and a known function
26 * -> raise SIGPOLL, and check the function has been called.
68 /* Install the signal handler for SIGPOLL */
69 ret = sigaction(SIGPOLL, &sa, 0);
82 ret = raise(SIGPOLL);
85 perror("Failed to raise SIGPOLL");
H A D19-19.c25 * -> register a handler for SIGPOLL with SA_SIGINFO, and a known function
27 * -> raise SIGPOLL, and check the function has been called.
54 if (info->si_signo != SIGPOLL) {
88 /* Install the signal handler for SIGPOLL */
89 ret = sigaction(SIGPOLL, &sa, 0);
102 ret = raise(SIGPOLL);
105 perror("Failed to raise SIGPOLL");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
H A D1-1.c28 #ifdef SIGPOLL
29 SIGPOLL,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
H A D1-1.c29 #ifdef SIGPOLL
30 SIGPOLL,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
H A D7-1.c34 #ifdef SIGPOLL
35 SIGPOLL,
H A D8-1.c33 #ifdef SIGPOLL
34 SIGPOLL,
H A D8-2.c34 #ifdef SIGPOLL
35 SIGPOLL,
H A D8-3.c33 #ifdef SIGPOLL
34 SIGPOLL,
H A D12-1.c37 #ifdef SIGPOLL
38 SIGPOLL,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H A D5-1.c37 #ifdef SIGPOLL
38 SIGPOLL,
/external/ltp/lib/
H A Dsigname.h84 #if defined(SIGIO) && defined(SIGPOLL)
85 /* SIGPOLL same as SIGIO */
86 STRPAIR(SIGIO, "SIGIO/SIGPOLL")
89 #elif defined(SIGPOLL)
90 PAIR(SIGPOLL)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D7-1.c34 #ifdef SIGPOLL
35 SIGPOLL,
H A D8-1.c33 #ifdef SIGPOLL
34 SIGPOLL,
H A D8-2.c35 #ifdef SIGPOLL
36 SIGPOLL,
H A D8-3.c33 #ifdef SIGPOLL
34 SIGPOLL,
H A D12-1.c39 #ifdef SIGPOLL
40 SIGPOLL,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
H A D4-1.c51 #ifdef SIGPOLL
52 SIGPOLL,
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_common.c23 #ifndef SIGPOLL
26 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for
29 #define SIGPOLL SIGIO macro
203 if (sig != SIGPOLL || !priv->con)
228 /* Use SIGPOLL to break out of the eloop select() */
229 raise(SIGPOLL);
253 if (eloop_register_signal(SIGPOLL, process_wakeup_main, priv))
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h47 #define SIGPOLL SIGIO macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h40 #define SIGPOLL SIGIO macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h48 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */ macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h52 #define SIGPOLL SIGIO macro

Completed in 300 milliseconds

12