OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xpoll
(Results
1 - 3
of
3
) sorted by null
/external/toybox/lib/
net.c
46
int
xpoll
(struct pollfd *fds, int nfds, int timeout)
function
53
if (errno != EINTR && errno != ENOMEM) perror_exit("
xpoll
");
interestingtimes.c
198
if (!
xpoll
(&pfd, 1, maybe ? 30 : miliwait)) break;
lib.h
246
int
xpoll
(struct pollfd *fds, int nfds, int timeout);
Completed in 2283 milliseconds