Searched refs:revents (Results 1 – 8 of 8) sorted by relevance
37 pub revents: i16, field48 revents: 0, in new()172 pollfds[index].revents = node.revents; in wrap_poll()180 fds[i].revents = pollfds[i].revents; in wrap_poll()
276 pnode.fd, pnode.events, pnode.revents, pnode.ppid in start_data_looper()285 pnode.fd, pnode.events, pnode.revents, pnode.ppid in start_data_looper()288 if pnode.revents & (POLLNVAL | POLLRDHUP | POLLHUP | POLLERR) != 0 { in start_data_looper()
54 short revents; member64 pollfd.revents = 0; in PollNode()
641 pollFd.revents = pair.second.pollfd.revents; in FdEventPollThread()646 pollFd.revents = 0; in FdEventPollThread()653 … if (pollfdsing.revents & (POLLNVAL | POLLRDHUP | POLLHUP | POLLERR)) { // POLLNVAL:fd not open in FdEventPollThread()664 } else if (pollfdsing.revents & POLLIN) { in FdEventPollThread()
99 } else if (polled < 0 || !(pollFd.revents & POLLIN)) { in handleThreadLoop()185 } else if (polled < 0 || !(pollFd.revents & POLLIN)) { in RecvMessage()
111 if (pollSet_[i].revents & pollSet_[i].events) { // match interests events in DispatchEvents()
583 pollFd.revents = 0; in WaitCommandReply()
432 short int revents; member51195 uint32_t revents; member