Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h61 eOpenOptionNonBlocking = (1u << 28), // File reads enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp404 if (options & File::eOpenOptionNonBlocking) in GetOpenFlags()
H A DFile.cpp796 if (open_options & eOpenOptionNonBlocking) in ConvertOpenOptionsForPOSIXOpen()