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