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