Home | History | Annotate | Download | only in libril

Lines Matching refs:nfds

69 static int nfds = 0;
142 if (ev->fd+1 == nfds) {
152 nfds = n + 1;
153 dlog("~~~~ nfds = %d ~~~~", nfds);
276 if (ev->fd >= nfds) nfds = ev->fd+1;
277 dlog("~~~~ nfds = %d ~~~~", nfds);
366 n = select(nfds, &rfds, NULL, NULL, ptv);