Searched refs:nfds (Results 1 – 2 of 2) sorted by relevance
145 nfds_t nfds = 0; in execute() local147 outPollFd = &fds[nfds++]; in execute()151 errPollFd = &fds[nfds++]; in execute()154 int pollRet = poll(fds, nfds, 1000 /* ms timeout */); in execute()
188 int nfds = epoll_wait(mEpollFd, events, DispatchType::MAX_DISPATCH_TYPE, -1); in dispatch() local196 if (nfds == -1) { in dispatch()203 for (auto i = 0; i < nfds; i++) { in dispatch()