Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h122 WaitableHandle GetWaitableHandle() override;
392 WaitableHandle GetWaitableHandle() override;
H A DMainLoopBase.h58 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DSocket.h104 WaitableHandle GetWaitableHandle() override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h42 virtual WaitableHandle GetWaitableHandle() = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp394 static_cast<uint64_t>(m_read_sp->GetWaitableHandle()), in Read()
498 static_cast<uint64_t>(m_write_sp->GetWaitableHandle()), in Write()
561 const IOObject::WaitableHandle handle = m_read_sp->GetWaitableHandle(); in BytesAvailable()
582 while (handle == m_read_sp->GetWaitableHandle()) { in BytesAvailable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp287 m_read_fds.insert({object_sp->GetWaitableHandle(), callback}).second;
290 object_sp->GetWaitableHandle());
H A DFile.cpp111 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle() function in File
269 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetWaitableHandle() function in NativeFile
H A DSocket.cpp318 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle() function in Socket