Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DMainLoopWindows.cpp85 .try_emplace(object_sp->GetWaitableHandle(), FdInfo{event, callback}) in RegisterReadObject()
90 object_sp->GetWaitableHandle()); in RegisterReadObject()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DIOObject.h42 virtual WaitableHandle GetWaitableHandle() = 0;
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp287 static_cast<uint64_t>(m_io_sp->GetWaitableHandle()), in Read()
391 static_cast<uint64_t>(m_io_sp->GetWaitableHandle()), in Write()
454 const IOObject::WaitableHandle handle = m_io_sp->GetWaitableHandle(); in BytesAvailable()
475 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());
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h129 WaitableHandle GetWaitableHandle() override;
399 WaitableHandle GetWaitableHandle() override;
H A DMainLoopBase.h67 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DSocket.h100 WaitableHandle GetWaitableHandle() override;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp116 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle() function in File
269 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetWaitableHandle() function in NativeFile
H A DSocket.cpp211 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle() function in Socket