Lines Matching full:poll
1354 poll(&pfd, 1, 250); /* wait for up to 0.25 seconds */1371 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)1372 fatal("poll: %m");2340 * Use poll to wait for a message with a timeout.2345 n = poll(&pfd, 1, 1000);