Searched refs:xpoll (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/lib/ |
D | net.c | 80 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()
|
D | tty.c | 227 if (!xpoll(&pfd, 1, maybe ? 30 : timeout_ms)) break; in scan_key_getsize()
|
D | lib.h | 367 int xpoll(struct pollfd *fds, int nfds, int timeout);
|
/third_party/toybox/toys/other/ |
D | watch.c | 136 xpoll(pfd, 1+(active && yy<height), then-now); in watch_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 359 int xpoll(struct pollfd *fds, int nfds, int timeout);
|