Home
last modified time | relevance | path

Searched refs:WaitableHandle (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDIOObject.h32 typedef int WaitableHandle; typedef
33 static const WaitableHandle kInvalidHandleValue;
49 virtual WaitableHandle GetWaitableHandle() = 0;
HDSocket.h105 virtual WaitableHandle GetWaitableHandle ();
HDFile.h227 WaitableHandle
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDIOObject.cpp14 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
HDSocket.cpp585 IOObject::WaitableHandle Socket::GetWaitableHandle() in GetWaitableHandle()
HDFile.cpp152 IOObject::WaitableHandle
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDMainLoopPosix.h91 llvm::DenseMap<IOObject::WaitableHandle, Callback> m_read_fds;
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp597 const IOObject::WaitableHandle handle = m_read_sp->GetWaitableHandle(); in BytesAvailable()