Lines Matching refs:int_fd
54 int int_fd;
121 * NOTE: fake_fd and int_fd are socketpair(), thus writing to one will
149 if (fd > s->int_fd)
152 max_fd = s->int_fd;
167 FD_SET(s->int_fd, s->sread);
184 if (FD_ISSET(s->int_fd, s->sread))
186 r = read(s->int_fd, buf, sizeof(buf));
210 assert(events != 0 || FD_ISSET(s->int_fd, s->sread));
352 s->int_fd = fds[1];
1587 uv__close(s->int_fd);