Searched refs:CancelFD (Results 1 – 1 of 1) sorted by relevance
193 const std::optional<int> &CancelFD = std::nullopt) { in getSocketFD() argument203 if (CancelFD.has_value()) { in getSocketFD()205 FD[1].fd = CancelFD.value(); in getSocketFD()239 if (getActiveFD() == -1 || (CancelFD.has_value() && FD[1].revents & POLLIN)) in getSocketFD()