Lines Matching refs:select
56 # include <sys/select.h>
252 /* Convert fd_sets returned by select into revents values. */
295 /* Convert select(2) returned fd_sets into poll(2) revents values. */
425 /* see select(2): "the only exceptional condition detectable
447 rc = select (maxfd + 1, &rfds, &wfds, &efds, ptv);
505 /* see above; socket handles are mapped onto select. */
539 /* We poll current status using select(). It cannot be used to check
542 state, so we can't remove this select(). */
545 if (select (0, &rfds, &wfds, &xfds, &tv) > 0)
548 no need to call select again. */
586 select (0, &rfds, &wfds, &xfds, &tv);