Searched refs:pollfd (Results 1 – 7 of 7) sorted by relevance
907 struct pollfd fds = {.fd = sock, .events = events}; in retrying_poll()932 static std::vector<pollfd> extractUdpFdset(res_state statp, const short events = POLLIN) { in extractUdpFdset()933 std::vector<pollfd> fdset(statp->nsaddrs.size()); in extractUdpFdset()946 std::vector<pollfd> fdset = extractUdpFdset(statp); in udpRetryingPoll()955 for (const auto& pollfd : fdset) { in udpRetryingPoll() local956 if (pollfd.revents & (POLLIN | POLLERR)) { in udpRetryingPoll()957 fdsToRead.push_back(pollfd.fd); in udpRetryingPoll()
60 pollfd fds = {.fd = fd, .events = POLLIN}; in waitForReading()65 pollfd fds = {.fd = fd, .events = POLLOUT}; in waitForWriting()315 struct pollfd fds[2] = { { .fd = -1 }, { .fd = -1 } }; in loop()
175 pollfd fds[2] = {{.fd = event_fd_.get(), .events = POLLIN}, in requestHandler()232 pollfd fds = {.fd = clientFd, .events = POLLIN}; in handleRequests()
37 std::vector<pollfd> mFds;
70 struct pollfd pollFd; in isFeLocked()488 struct pollfd pollFd; in readTsStream()
172 struct pollfd wait_fd[] = { in loop()
2040 struct pollfd wait_fd[1]; in getAsyncResponse()