Home
last modified time | relevance | path

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

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