Home
last modified time | relevance | path

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

/external/toybox/lib/
Dnet.c80 int xpoll(struct pollfd *fds, int nfds, int timeout) in xpoll() function
111 if (!xpoll(pollfds, pollcount, timeout)) return pollcount; in pollinate()
168 if (!xpoll(&pfd, 1, timeout)) return 0; in xrecvwait()
Dtty.c231 if (!xpoll(&pfd, 1, maybe ? 30 : timeout_ms)) break; in scan_key_getsize()
Dlib.h365 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()
/external/toybox/toys/net/
Dping.c99 if (!xpoll(&pfd, 1, timeout)) return 0; in xrecvmsgwait()