Home
last modified time | relevance | path

Searched refs:xpoll (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/lib/
H A Dnet.c80 int xpoll(struct pollfd *fds, int nfds, int timeout) in xpoll() function
87 if (errno != EINTR && errno != ENOMEM) perror_exit("xpoll"); in xpoll()
111 if (!xpoll(pollfds, pollcount, timeout)) return pollcount; in pollinate()
165 if (!xpoll(&pfd, 1, timeout)) return 0; in xrecvwait()
H A Dtty.c227 if (!xpoll(&pfd, 1, maybe ? 30 : timeout_ms)) break; in scan_key_getsize()
H A Dlib.h368 int xpoll(struct pollfd *fds, int nfds, int timeout);
/third_party/toybox/toys/other/
H A Dwatch.c136 xpoll(pfd, 1+(active && yy<height), then-now); in watch_main()
/third_party/toybox/toys/net/
H A Dping.c99 if (!xpoll(&pfd, 1, timeout)) return 0; in xrecvmsgwait()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h359 int xpoll(struct pollfd *fds, int nfds, int timeout);

Completed in 5 milliseconds