Searched defs:pollfd (Results 1 – 4 of 4) sorted by relevance
34 struct pollfd struct43 int poll(struct pollfd *fds, nfds_t nfds, int timeout); argument
118 static int do_pollfd(struct pollfd *pollfd, rt_pollreq_t *req) in do_pollfd()
508 struct pollfd struct510 int fd;511 short events;512 short revents;
2465 const struct pollfd *pollfd = &scb->poll_fds[fdi]; in lwip_poll_should_wake() local