/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | ppoll.c | 34 struct pollfd pollfds[] = {{.fd = fd, .events = POLLIN, .revents = 0}}; in ppoll_0100() local 57 struct pollfd pollfds[] = {{.fd = -1, .events = POLLIN, .revents = 0}}; in ppoll_0200() local
|
/third_party/alsa-utils/alsamixer/ |
H A D | mainloop.c | 74 struct pollfd *pollfds = NULL; in mainloop() local [all...] |
/third_party/ltp/testcases/kernel/pty/ |
H A D | hangup01.c | 89 struct pollfd pollfds[1]; in parent() local
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/ |
H A D | minimal-http-server.c | 29 struct lws_pollfd pollfds[MAX_CUSTOM_POLLFDS]; member [all...] |
/third_party/toybox/lib/ |
H A D | net.c | 101 struct pollfd pollfds[2]; in pollinate() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | tftpd.c | 109 struct pollfd pollfds[1]; in do_action() local
|
/third_party/pulseaudio/src/tests/ |
H A D | alsa-time-test.c | 37 struct pollfd *pollfds; in main() local
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 68 static struct pollfd *pollfds = NULL; variable [all...] |
/third_party/libwebsockets/test-apps/ |
H A D | test-server.c | 39 struct lws_pollfd *pollfds; variable [all...] |
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 113 struct pollfd *pollfds; variable [all...] |
/third_party/nghttp2/examples/ |
H A D | client.c | 542 struct pollfd pollfds[1]; in fetch_uri() local
|
/third_party/pulseaudio/src/pulse/ |
H A D | mainloop.c | 108 struct pollfd *pollfds; member [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 663 struct pollfd pollfds[1]; in fetch_uri() local
|
H A D | test_notls.c | 613 struct pollfd pollfds[1]; in fetch_uri() local
|
H A D | test_request_response.c | 651 struct pollfd pollfds[1]; in fetch_uri() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | eloop.c | 96 struct pollfd *pollfds; member 517 eloop_sock_table_set_fds(struct eloop_sock_table *readers, struct eloop_sock_table *writers, struct eloop_sock_table *exceptions, struct pollfd *pollfds, struct pollfd **pollfds_map, int max_pollfd_map) eloop_sock_table_set_fds() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | eloop.c | 96 struct pollfd *pollfds; member 520 eloop_sock_table_set_fds(struct eloop_sock_table *readers, struct eloop_sock_table *writers, struct eloop_sock_table *exceptions, struct pollfd *pollfds, struct pollfd **pollfds_map, int max_pollfd_map) eloop_sock_table_set_fds() argument [all...] |