Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp65 static bool IsInterrupted() { in IsInterrupted() function
221 } while (bytes_received < 0 && IsInterrupted()); in Read()
249 } while (bytes_sent < 0 && IsInterrupted()); in Write()