Home
last modified time | relevance | path

Searched defs:pollfds (Results 1 – 19 of 19) sorted by relevance

/external/rust/android-crates-io/crates/gpio-cdev/examples/
Dmonitor.rs48 let mut pollfds: Vec<PollFd> = ownedfd in do_main() localVariable
/external/ltp/testcases/kernel/pty/
Dhangup01.c89 struct pollfd pollfds[1]; in parent() local
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc164 struct pollfd pollfds[2]; in Run() local
/external/pytorch/torch/lib/libshm/
Dmanager.cpp35 std::vector<struct pollfd> pollfds; variable
/external/toybox/toys/pending/
Dtftpd.c109 struct pollfd pollfds[1]; in do_action() local
/external/libwebsockets/test-apps/
Dtest-server.c39 struct lws_pollfd *pollfds; variable
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c29 struct lws_pollfd pollfds[MAX_CUSTOM_POLLFDS]; member
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/io/
Dquic_poll_event_loop.cc139 auto pollfds = std::make_unique<pollfd[]>(registration_count); in ProcessIoEvents() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/io/
Dquic_poll_event_loop.cc139 auto pollfds = std::make_unique<pollfd[]>(registration_count); in ProcessIoEvents() local
/external/toybox/lib/
Dnet.c103 struct pollfd pollfds[2]; in pollinate() local
/external/wpa_supplicant_8/src/utils/
Deloop.c84 struct pollfd *pollfds; member
446 struct pollfd *pollfds, in eloop_sock_table_set_fds()
/external/libcups/backend/
Ddnssd.c924 struct pollfd *pollfds, /* I - File descriptors */ in poll_callback()
/external/libusb/libusb/
Dio.c2801 void API_EXPORTED libusb_free_pollfds(const struct libusb_pollfd **pollfds) in libusb_free_pollfds()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller.cc459 std::vector<struct pollfd> pollfds(num_cpus); in OnBufferPastWatermark() local
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc863 std::array<pollfd, 1> pollfds = {pollfd{fd.get(), POLLIN, 0}}; in WaitOnBgProcessPipe() local
/external/libcups/tools/
Dippfind.c2524 struct pollfd *pollfds, /* I - File descriptors */ in poll_callback()
/external/libcups/cups/
Dhttp-support.c2474 struct pollfd *pollfds, /* I - File descriptors */ in http_poll_cb()
Ddest.c2876 struct pollfd *pollfds, /* I - File descriptors */ in cups_dnssd_poll_cb()
/external/v4l2_codec2/v4l2/
DV4L2Device.cpp1187 struct pollfd pollfds[2]; in poll() local