Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDMainLoopPosix.cpp44 const bool inserted = m_read_fds.insert({object_sp->GetWaitableHandle(), callback}).second; in RegisterReadObject()
48 object_sp->GetWaitableHandle()); in RegisterReadObject()
99 bool erased = m_read_fds.erase(object_sp->GetWaitableHandle()); in UnregisterReadObject()
HDConnectionFileDescriptorPosix.cpp418 …static_cast<void *>(this), static_cast<uint64_t>(m_read_sp->GetWaitableHandle()), static_cast<void… in Read()
509 …static_cast<void *>(this), static_cast<uint64_t>(m_write_sp->GetWaitableHandle()), static_cast<con… in Write()
597 const IOObject::WaitableHandle handle = m_read_sp->GetWaitableHandle(); in BytesAvailable()
615 while (handle == m_read_sp->GetWaitableHandle()) in BytesAvailable()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDIOObject.h49 virtual WaitableHandle GetWaitableHandle() = 0;
HDSocket.h105 virtual WaitableHandle GetWaitableHandle ();
HDFile.h228 GetWaitableHandle();
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp585 IOObject::WaitableHandle Socket::GetWaitableHandle() in GetWaitableHandle() function in Socket
HDFile.cpp153 File::GetWaitableHandle() in GetWaitableHandle() function in File