Lines Matching defs:wset
61 fd_set rset, wset, xset;
70 FD_ZERO (&wset);
96 FD_SET (f->fd, &wset);
107 ready = select(maxfd + 1, &rset, &wset, &xset, (timeout == -1 ? NULL : &tv));
120 FD_ZERO (&wset);
143 if (select(f->fd, &rset, &wset, &xset, &singl_tv) != -1) {
147 FD_SET (f->fd, &wset);
171 FD_CLR(f->fd, &wset);
182 ready = select(maxfd + 1, &rset, &wset, &xset, (timeout == -1 ? NULL : &tv));
222 if (FD_ISSET (f->fd, &wset))