Lines Matching defs:pollfd
175 pollfd_t pollfd;180 pollfd.events = POLLIN;181 pollfd.revents = 0;182 pollfd.fd = fd;192 if (errno == EAGAIN && poll(&pollfd, 1, 3000) > 0)448 pollfd_t pollfd[2];449 struct pollfd *pipe_fd = &pollfd[0];450 struct pollfd *recv_fd = &pollfd[1];496 if (poll(pollfd, 2, -1) <= 0) {