Home
last modified time | relevance | path

Searched refs:xpoll (Results 1 – 3 of 3) sorted by relevance

/external/toybox/lib/
Dnet.c48 int xpoll(struct pollfd *fds, int nfds, int timeout) in xpoll() function
76 if (!xpoll(pollfds, pollcount, timeout)) return pollcount; in pollinate()
Dinterestingtimes.c197 if (!xpoll(&pfd, 1, maybe ? 30 : miliwait)) break; in scan_key()
Dlib.h286 int xpoll(struct pollfd *fds, int nfds, int timeout);