Home
last modified time | relevance | path

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

/external/toybox/lib/
Dinterestingtimes.c121 if (maybe || !block) if (!xpoll(&pfd, 1, 30*maybe)) break; in scan_key()
Dlib.h181 int xpoll(struct pollfd *fds, int nfds, int timeout);
Dlib.c857 int xpoll(struct pollfd *fds, int nfds, int timeout) in xpoll() function