/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 28-19.c | 24 * -> register a signal handler for SIGPOLL with signal(). 63 if (signal(SIGPOLL, handler_1) == SIG_ERR) { in main() 83 ret = sigaction(SIGPOLL, &sa, &save); in main() 91 ret = raise(SIGPOLL); in main() 104 ret = sigaction(SIGPOLL, &save, 0); in main() 112 ret = raise(SIGPOLL); in main()
|
H A D | 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. 50 if (info->si_signo != SIGPOLL) { in handler() 84 /* Install the signal handler for SIGPOLL */ in main() 85 ret = sigaction(SIGPOLL, &sa, 0); in main() 98 ret = raise(SIGPOLL); in main() 101 perror("Failed to raise SIGPOLL"); in main()
|
H A D | 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. 66 /* Install the signal handler for SIGPOLL */ in main() 67 ret = sigaction(SIGPOLL, &sa, 0); in main() 80 ret = raise(SIGPOLL); in main() 83 perror("Failed to raise SIGPOLL"); in main()
|
/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() 83 #elif defined(SIGPOLL) in tst_strsig() 84 PAIR(SIGPOLL) in tst_strsig()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_common.c | 22 #ifndef SIGPOLL 25 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for 28 #define SIGPOLL SIGIO macro 202 if (sig != SIGPOLL || !priv->con) in process_wakeup_main() 227 /* Use SIGPOLL to break out of the eloop select() */ in wakeup_main() 228 raise(SIGPOLL); in wakeup_main() 252 if (eloop_register_signal(SIGPOLL, process_wakeup_main, priv)) in integrate_with_eloop()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_common.c | 22 #ifndef SIGPOLL 25 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for 28 #define SIGPOLL SIGIO macro 203 if (sig != SIGPOLL || !priv->con) in process_wakeup_main() 228 /* Use SIGPOLL to break out of the eloop select() */ in wakeup_main() 229 raise(SIGPOLL); in wakeup_main() 253 if (eloop_register_signal(SIGPOLL, process_wakeup_main, priv)) in integrate_with_eloop()
|
/third_party/node/src/api/ |
H A D | utils.cc | 136 #ifdef SIGPOLL in signo_string() 137 #if SIGPOLL != SIGIO in signo_string() 138 SIGNO_CASE(SIGPOLL); in signo_string()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
H A D | 13-1.c | 29 #ifdef SIGPOLL in main() 30 (0 == SIGPOLL) || in main()
|
H A D | 14-1-buildonly.c | 27 #ifdef SIGPOLL 28 static int dummy21 = SIGPOLL;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/ |
H A D | 1-1.c | 28 #ifdef SIGPOLL in main() 29 SIGPOLL, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/ |
H A D | 1-1.c | 29 #ifdef SIGPOLL in main() 30 SIGPOLL, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 8-3.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
H A D | 8-1.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
H A D | 8-2.c | 34 #ifdef SIGPOLL in is_changed() 35 SIGPOLL, in is_changed()
|
H A D | 7-1.c | 34 #ifdef SIGPOLL in main() 35 SIGPOLL, in main()
|
H A D | 12-1.c | 37 #ifdef SIGPOLL in is_changed() 38 SIGPOLL, in is_changed()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/ |
H A D | 5-1.c | 36 #ifdef SIGPOLL in is_empty() 37 SIGPOLL, in is_empty()
|
/third_party/musl/src/string/ |
H A D | strsignal.c | 12 && (SIGPOLL == 29) && (SIGPWR == 30) && (SIGSYS == 31) 51 [SIGPOLL] = 29,
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 8-3.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
H A D | 8-1.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
H A D | 8-2.c | 35 #ifdef SIGPOLL in is_changed() 36 SIGPOLL, in is_changed()
|
H A D | 12-1.c | 39 #ifdef SIGPOLL in is_changed() 40 SIGPOLL, in is_changed()
|
H A D | 7-1.c | 35 #ifdef SIGPOLL in a_thread_func() 36 SIGPOLL, in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
H A D | 4-1.c | 51 #ifdef SIGPOLL in is_changed() 52 SIGPOLL, in is_changed()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 80 #define SIGPOLL 29 macro
|