/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 28-19.c | 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()
|
D | 19-19.c | 52 if (info->si_signo != SIGPOLL) { in handler() 87 ret = sigaction(SIGPOLL, &sa, 0); in main() 100 ret = raise(SIGPOLL); in main()
|
D | 18-19.c | 67 ret = sigaction(SIGPOLL, &sa, 0); in main() 80 ret = raise(SIGPOLL); in main()
|
/third_party/ltp/lib/ |
D | signame.h | 78 #if defined(SIGIO) && defined(SIGPOLL) in tst_strsig() 83 #elif defined(SIGPOLL) in tst_strsig() 84 PAIR(SIGPOLL) in tst_strsig()
|
/third_party/node/src/api/ |
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/ |
D | 13-1.c | 29 #ifdef SIGPOLL in main() 30 (0 == SIGPOLL) || in main()
|
D | 14-1-buildonly.c | 27 #ifdef SIGPOLL 28 int dummy21 = SIGPOLL;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_common.c | 22 #ifndef SIGPOLL 28 #define SIGPOLL SIGIO macro 202 if (sig != SIGPOLL || !priv->con) in process_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/ |
D | dbus_common.c | 22 #ifndef SIGPOLL 28 #define SIGPOLL SIGIO macro 202 if (sig != SIGPOLL || !priv->con) in process_wakeup_main() 228 raise(SIGPOLL); in wakeup_main() 252 if (eloop_register_signal(SIGPOLL, process_wakeup_main, priv)) in integrate_with_eloop()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/ |
D | 1-1.c | 28 #ifdef SIGPOLL in main() 29 SIGPOLL, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/ |
D | 1-1.c | 29 #ifdef SIGPOLL in main() 30 SIGPOLL, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
D | 7-1.c | 34 #ifdef SIGPOLL in main() 35 SIGPOLL, in main()
|
D | 8-3.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
D | 8-2.c | 34 #ifdef SIGPOLL in is_changed() 35 SIGPOLL, in is_changed()
|
D | 8-1.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
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/ |
D | 5-1.c | 36 #ifdef SIGPOLL in is_empty() 37 SIGPOLL, in is_empty()
|
/third_party/musl/src/string/ |
D | strsignal.c | 12 && (SIGPOLL == 29) && (SIGPWR == 30) && (SIGSYS == 31) 47 [SIGPOLL] = 29,
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 7-1.c | 34 #ifdef SIGPOLL in a_thread_func() 35 SIGPOLL, in a_thread_func()
|
D | 8-3.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
D | 8-1.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
D | 8-2.c | 35 #ifdef SIGPOLL in is_changed() 36 SIGPOLL, in is_changed()
|
D | 12-1.c | 39 #ifdef SIGPOLL in is_changed() 40 SIGPOLL, in is_changed()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
D | 4-1.c | 51 #ifdef SIGPOLL in is_changed() 52 SIGPOLL, in is_changed()
|
/third_party/uboot/u-boot-2020.01/include/asm-generic/ |
D | signal.h | 40 #define SIGPOLL SIGIO macro
|