Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h60 eOpenOptionNonBlocking = (1u << 28), // File reads enumerator
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp416 if (options & File::eOpenOptionNonBlocking) in GetOpenFlags()
H A DFile.cpp756 if (open_options & eOpenOptionNonBlocking) in ConvertOpenOptionsForPOSIXOpen()