Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 9 of 9) 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/openssh/openbsd-compat/
Dbsd-poll.h34 typedef struct pollfd { struct
38 } pollfd_t; argument
59 int poll(struct pollfd *, nfds_t, int); argument
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h35 struct pollfd { struct
36 int fd;
37 short events;
38 short revents;
/external/linux-tools-perf/src/tools/perf/util/
Devlist.h44 struct pollfd *pollfd; member
/external/linux-tools-perf/src/tools/perf/bench/
Dsched-messaging.c76 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/external/libusb/libusb/
Dio.c1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
Dlibusbi.h316 struct libusb_pollfd pollfd; member
/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