OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xpoll
(Results
1 - 4
of
4
) sorted by null
/external/toybox/lib/
net.c
70
int
xpoll
(struct pollfd *fds, int nfds, int timeout)
function
77
if (errno != EINTR && errno != ENOMEM) perror_exit("
xpoll
");
101
if (!
xpoll
(pollfds, pollcount, timeout)) return pollcount;
155
if (!
xpoll
(&pfd, 1, timeout)) return 0;
tty.c
215
if (!
xpoll
(&pfd, 1, maybe ? 30 : timeout_ms)) break;
lib.h
326
int
xpoll
(struct pollfd *fds, int nfds, int timeout);
/external/toybox/toys/other/
watch.c
136
xpoll
(pfd, 1+(active && yy<height), then-now);
Completed in 5864 milliseconds