Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DIOObject.cpp18 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = member in IOObject
21 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1; member in IOObject
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h31 static const WaitableHandle kInvalidHandleValue; variable
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp445 if (handle != IOObject::kInvalidHandleValue) { in BytesAvailable()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp118 return IOObject::kInvalidHandleValue; in GetWaitableHandle()