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

/xsrc/external/mit/xterm/dist/
H A Dmain.c5915 struct pollfd pollfds[1]; local in function:GetBytesAvailable
5917 pollfds[0].fd = fd;
5918 pollfds[0].events = POLLIN;
5919 result = poll(pollfds, 1, 0);

Completed in 7 milliseconds