Lines Matching full:nfds
69 static int nfds = 0;144 if (ev->fd+1 == nfds) {154 nfds = n + 1;155 dlog("~~~~ nfds = %d ~~~~", nfds);277 if (ev->fd >= nfds) nfds = ev->fd+1;278 dlog("~~~~ nfds = %d ~~~~", nfds);367 n = select(nfds, &rfds, NULL, NULL, ptv);