Searched refs:pollfdsing (Results 1 – 1 of 1) sorted by relevance
557 for (const auto &pollfdsing : pollfds) { in FdEventPollThread() local558 … if (pollfdsing.revents & (POLLNVAL | POLLRDHUP | POLLHUP | POLLERR)) { // POLLNVAL:fd not open in FdEventPollThread()560 auto it = thisClass->pollNodeMap.find(pollfdsing.fd); in FdEventPollThread()569 } else if (pollfdsing.revents & POLLIN) { in FdEventPollThread()570 if (pollfdsing.fd == thisClass->awakenPollFd) { in FdEventPollThread()