Searched refs:GetWaitableHandle (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | IOObject.h | 43 virtual WaitableHandle GetWaitableHandle() = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 278 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 D | MainLoopPosix.cpp | 257 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 D | File.h | 129 WaitableHandle GetWaitableHandle() override; 402 WaitableHandle GetWaitableHandle() override;
|
| H A D | MainLoopBase.h | 83 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
|
| H A D | Socket.h | 160 WaitableHandle GetWaitableHandle() override;
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | JSONTransport.cpp | 46 reinterpret_cast<lldb::socket_t>(descriptor.GetWaitableHandle())); in ReadFull()
|
| H A D | File.cpp | 117 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle() function in File 276 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetWaitableHandle() function in NativeFile
|
| H A D | Socket.cpp | 315 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle() function in Socket
|