Home
last modified time | relevance | path

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

12345

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D28-19.c24 * -> 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 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.
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 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.
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 Dsigname.h78 #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 Ddbus_common.c22 #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 Ddbus_common.c22 #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 Dutils.cc136 #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 D13-1.c29 #ifdef SIGPOLL in main()
30 (0 == SIGPOLL) || in main()
H A D14-1-buildonly.c27 #ifdef SIGPOLL
28 static int dummy21 = SIGPOLL;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
H A D1-1.c28 #ifdef SIGPOLL in main()
29 SIGPOLL, in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
H A D1-1.c29 #ifdef SIGPOLL in main()
30 SIGPOLL, in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
H A D8-3.c33 #ifdef SIGPOLL in is_changed()
34 SIGPOLL, in is_changed()
H A D8-1.c33 #ifdef SIGPOLL in is_changed()
34 SIGPOLL, in is_changed()
H A D8-2.c34 #ifdef SIGPOLL in is_changed()
35 SIGPOLL, in is_changed()
H A D7-1.c34 #ifdef SIGPOLL in main()
35 SIGPOLL, in main()
H A D12-1.c37 #ifdef SIGPOLL in is_changed()
38 SIGPOLL, in is_changed()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H A D5-1.c36 #ifdef SIGPOLL in is_empty()
37 SIGPOLL, in is_empty()
/third_party/musl/src/string/
H A Dstrsignal.c12 && (SIGPOLL == 29) && (SIGPWR == 30) && (SIGSYS == 31)
51 [SIGPOLL] = 29,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D8-3.c33 #ifdef SIGPOLL in is_changed()
34 SIGPOLL, in is_changed()
H A D8-1.c33 #ifdef SIGPOLL in is_changed()
34 SIGPOLL, in is_changed()
H A D8-2.c35 #ifdef SIGPOLL in is_changed()
36 SIGPOLL, in is_changed()
H A D12-1.c39 #ifdef SIGPOLL in is_changed()
40 SIGPOLL, in is_changed()
H A D7-1.c35 #ifdef SIGPOLL in a_thread_func()
36 SIGPOLL, in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
H A D4-1.c51 #ifdef SIGPOLL in is_changed()
52 SIGPOLL, in is_changed()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h80 #define SIGPOLL 29 macro

Completed in 9 milliseconds

12345