Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp193 const auto errno_copy = errno; in OpenAsWriterWithTimeout() local
195 if (errno_copy != ENXIO && errno_copy != EINTR) in OpenAsWriterWithTimeout()
196 return Status(errno_copy, eErrorTypePOSIX); in OpenAsWriterWithTimeout()