Home
last modified time | relevance | path

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

/external/toybox/lib/
Dnet.c70 int xpoll(struct pollfd *fds, int nfds, int timeout) in xpoll() function
101 if (!xpoll(pollfds, pollcount, timeout)) return pollcount; in pollinate()
155 if (!xpoll(&pfd, 1, timeout)) return 0; in xrecvwait()
Dtty.c215 if (!xpoll(&pfd, 1, maybe ? 30 : timeout_ms)) break; in scan_key()
Dlib.h326 int xpoll(struct pollfd *fds, int nfds, int timeout);
/external/toybox/toys/other/
Dwatch.c136 xpoll(pfd, 1+(active && yy<height), then-now); in watch_main()