Home
last modified time | relevance | path

Searched refs:CancelFD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp193 const std::optional<int> &CancelFD = std::nullopt) { in getSocketFD() argument
203 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()