Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h42 virtual WaitableHandle GetWaitableHandle() = 0;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp285 static_cast<uint64_t>(m_io_sp->GetWaitableHandle()), in Read()
389 static_cast<uint64_t>(m_io_sp->GetWaitableHandle()), in Write()
452 const IOObject::WaitableHandle handle = m_io_sp->GetWaitableHandle(); in BytesAvailable()
473 while (handle == m_io_sp->GetWaitableHandle()) { in BytesAvailable()
H A DMainLoopPosix.cpp266 m_read_fds.insert({object_sp->GetWaitableHandle(), callback}).second;
269 object_sp->GetWaitableHandle());
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h129 WaitableHandle GetWaitableHandle() override;
397 WaitableHandle GetWaitableHandle() override;
H A DMainLoopBase.h67 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DSocket.h99 WaitableHandle GetWaitableHandle() override; in IsValid()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp117 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle() function in File
276 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetStream()
270 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { GetWaitableHandle() function in NativeFile
H A DSocket.cpp211 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle() function in Socket