Home
last modified time | relevance | path

Searched defs:kInvalidHandleValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1; member in IOObject
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h30 static const WaitableHandle kInvalidHandleValue; variable