ppoll01.c | 70 static struct pollfd fds_good[1], fds_already_closed[1]; variable in typeref:struct:pollfd 102 .fds = fds_good, 111 .fds = fds_good, 121 .fds = fds_good, 138 .fds = fds_good, 150 .fds = fds_good, 160 .fds = fds_good, 191 fds_good[0].fd = fd1; 192 fds_good[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; 193 fds_good[0].revents = 0 [all...] |