Searched refs:extrafd (Results 1 – 1 of 1) sorted by relevance
76 for (int extrafd : extrafds) { in ProcessWork() local77 FD_SET(extrafd, &readers); in ProcessWork()78 if (extrafd >= nfds) { in ProcessWork()79 nfds = extrafd + 1; in ProcessWork()96 for (int extrafd : extrafds) { in ProcessWork() local97 if (FD_ISSET(extrafd, &readers)) { in ProcessWork()98 process_extra(extrafd); in ProcessWork()