Lines Matching refs:poll
36 #error "We can't compile without select() or poll() support."
55 * WinSock select() and poll() timeout mechanisms need a valid
94 r = poll(NULL, 0, (int)timeout_ms);
104 /* make EINTR from select or poll not a "lethal" error */
170 * Wait for read or write events on a set of file descriptors. It uses poll()
171 * when a fine poll() is available, in order to avoid limits with FD_SETSIZE,
260 * This is a wrapper around poll(). If poll() does not exist, then
317 r = poll(ufds, nfds, pending_ms);
320 /* make EINTR from select or poll not a "lethal" error */
368 /* make EINTR from select or poll not a "lethal" error */