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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1; member in class:IOObject
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h30 static const WaitableHandle kInvalidHandleValue; member in class:lldb_private::IOObject
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp112 return IOObject::kInvalidHandleValue;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp563 if (handle != IOObject::kInvalidHandleValue) {

Completed in 72 milliseconds