Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 14 of 14) sorted by relevance

/external/fio/os/windows/posix/include/sys/
Dpoll.h6 struct pollfd struct
13 int poll(struct pollfd fds[], nfds_t nfds, int timeout); argument
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h35 struct pollfd { struct
36 int fd;
37 short events;
38 short revents;
/external/curl/lib/
Dselect.h48 struct pollfd struct
50 curl_socket_t fd;
51 short events;
52 short revents;
/external/dhcpcd-6.8.2/
Deloop.h51 struct pollfd *pollfd; member
/external/autotest/client/tests/hackbench/src/
Dhackbench.c146 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/external/avahi/avahi-glib/
Dglib-watch.c34 GPollFD pollfd; member
/external/libusb/libusb/
Dio.c1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
Dlibusbi.h316 struct libusb_pollfd pollfd; member
/external/avahi/avahi-common/
Dsimple-watch.c42 struct pollfd pollfd; member
/external/libmicrohttpd/src/testspdy/
Dtest_notls.c528 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
Dtest_request_response.c564 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
Dtest_new_connection.c576 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
/external/libusb/libusb/os/
Ddarwin_usb.c1393 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
Dlinux_usbfs.c2109 struct pollfd *pollfd = &fds[i]; in op_handle_events() local