/external/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()
|
/external/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()
|
/external/wpa_supplicant_8/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()
|
/external/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;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/ |
D | 1-1.c | 28 #ifdef SIGPOLL in main() 29 SIGPOLL, in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/ |
D | 1-1.c | 29 #ifdef SIGPOLL in main() 30 SIGPOLL, in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
D | 7-1.c | 34 #ifdef SIGPOLL in main() 35 SIGPOLL, in main()
|
D | 8-1.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
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 | 12-1.c | 37 #ifdef SIGPOLL in is_changed() 38 SIGPOLL, in is_changed()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/ |
D | 5-1.c | 36 #ifdef SIGPOLL in is_empty() 37 SIGPOLL, in is_empty()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 8-1.c | 33 #ifdef SIGPOLL in is_changed() 34 SIGPOLL, in is_changed()
|
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-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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
D | 4-1.c | 51 #ifdef SIGPOLL in is_changed() 52 SIGPOLL, in is_changed()
|
/external/strace/ |
D | printsiginfo.c | 100 case SIGPOLL: in print_si_code() 183 case SIGPOLL: in print_si_info()
|
/external/python/cpython2/Doc/library/ |
D | sunaudio.rst | 72 up ``SIGPOLL`` notification, as described below. 136 the SIGPOLL signal. Here's an example of how you might enable this in Python:: 139 print 'I got a SIGPOLL update' 143 signal.signal(signal.SIGPOLL, handle_sigpoll)
|
/external/u-boot/include/asm-generic/ |
D | signal.h | 40 #define SIGPOLL SIGIO macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | signal.h | 49 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */ macro
|