HomeSort by relevance Sort by last modified time
    Searched refs:SIGPOLL (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
13-1.c 29 #ifdef SIGPOLL
30 (0 == SIGPOLL) ||
14-1-buildonly.c 27 #ifdef SIGPOLL
28 int dummy21 = SIGPOLL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
28-19.c 24 * -> 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);
18-19.c 24 * -> 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");
19-19.c 25 * -> 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/
1-1.c 28 #ifdef SIGPOLL
29 SIGPOLL,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
1-1.c 29 #ifdef SIGPOLL
30 SIGPOLL,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
7-1.c 34 #ifdef SIGPOLL
35 SIGPOLL,
8-1.c 33 #ifdef SIGPOLL
34 SIGPOLL,
8-2.c 34 #ifdef SIGPOLL
35 SIGPOLL,
8-3.c 33 #ifdef SIGPOLL
34 SIGPOLL,
12-1.c 37 #ifdef SIGPOLL
38 SIGPOLL,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
5-1.c 37 #ifdef SIGPOLL
38 SIGPOLL,
  /external/ltp/lib/
signame.h 78 #if defined(SIGIO) && defined(SIGPOLL)
79 /* SIGPOLL same as SIGIO */
80 STRPAIR(SIGIO, "SIGIO/SIGPOLL")
83 #elif defined(SIGPOLL)
84 PAIR(SIGPOLL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 63 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 63 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
7-1.c 34 #ifdef SIGPOLL
35 SIGPOLL,
8-1.c 33 #ifdef SIGPOLL
34 SIGPOLL,
8-2.c 35 #ifdef SIGPOLL
36 SIGPOLL,
8-3.c 33 #ifdef SIGPOLL
34 SIGPOLL,
12-1.c 39 #ifdef SIGPOLL
40 SIGPOLL,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
4-1.c 51 #ifdef SIGPOLL
52 SIGPOLL,
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 23 #ifndef SIGPOLL
26 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for
29 #define SIGPOLL SIGIO
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))
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 55 #define SIGPOLL SIGIO
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 55 #define SIGPOLL SIGIO

Completed in 926 milliseconds

1 2 3 4