Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DIOObject.h44 virtual WaitableHandle GetWaitableHandle() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp393 static_cast<uint64_t>(m_read_sp->GetWaitableHandle()), in Read()
490 static_cast<uint64_t>(m_write_sp->GetWaitableHandle()), in Write()
553 const IOObject::WaitableHandle handle = m_read_sp->GetWaitableHandle(); in BytesAvailable()
574 while (handle == m_read_sp->GetWaitableHandle()) { in BytesAvailable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoopBase.h59 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DSocket.h97 WaitableHandle GetWaitableHandle() override;
H A DFile.h136 WaitableHandle GetWaitableHandle() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DMainLoop.cpp283 m_read_fds.insert({object_sp->GetWaitableHandle(), callback}).second;
286 object_sp->GetWaitableHandle());
H A DSocket.cpp302 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle() function in Socket
H A DFile.cpp95 IOObject::WaitableHandle File::GetWaitableHandle() { return m_descriptor; } in GetWaitableHandle() function in File