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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp66 bool IsInterrupted() { function in namespace:__anon1198
334 } while (bytes_received < 0 && IsInterrupted());
362 } while (bytes_sent < 0 && IsInterrupted());

Completed in 33 milliseconds