Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h43 virtual WaitableHandle GetWaitableHandle() = 0;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp278 this, m_io_sp->GetWaitableHandle(), dst, dst_len, bytes_read, in Read()
380 this, m_io_sp->GetWaitableHandle(), src, src_len, bytes_sent, in Write()
442 const IOObject::WaitableHandle handle = m_io_sp->GetWaitableHandle(); in BytesAvailable()
464 while (handle == m_io_sp->GetWaitableHandle()) { in BytesAvailable()
H A DMainLoopPosix.cpp257 m_read_fds.insert({object_sp->GetWaitableHandle(), callback}).second; in RegisterReadObject()
261 object_sp->GetWaitableHandle()); in RegisterReadObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h129 WaitableHandle GetWaitableHandle() override;
402 WaitableHandle GetWaitableHandle() override;
H A DMainLoopBase.h83 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DSocket.h160 WaitableHandle GetWaitableHandle() override;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DJSONTransport.cpp46 reinterpret_cast<lldb::socket_t>(descriptor.GetWaitableHandle())); in ReadFull()
H A DFile.cpp117 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle() function in File
276 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetWaitableHandle() function in NativeFile
H A DSocket.cpp315 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle() function in Socket