Home
last modified time | relevance | path

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

/third_party/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()
165 if (!xpoll(&pfd, 1, timeout)) return 0; in xrecvwait()
Dtty.c227 if (!xpoll(&pfd, 1, maybe ? 30 : timeout_ms)) break; in scan_key_getsize()
Dlib.h367 int xpoll(struct pollfd *fds, int nfds, int timeout);
/third_party/toybox/toys/other/
Dwatch.c136 xpoll(pfd, 1+(active && yy<height), then-now); in watch_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h359 int xpoll(struct pollfd *fds, int nfds, int timeout);