Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDIOObject.cpp14 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1; member in IOObject
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDIOObject.h33 static const WaitableHandle kInvalidHandleValue; variable
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp600 if (handle != IOObject::kInvalidHandleValue) in BytesAvailable()