Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h61 eOpenOptionNonBlocking = (1u << 28), // File reads enumerator
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp417 if (options & File::eOpenOptionNonBlocking) in GetOpenFlags()
H A DFile.cpp757 if (open_options & eOpenOptionNonBlocking) in ConvertOpenOptionsForPOSIXOpen()