Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileTest.cpp35 EXPECT_EQ(file.GetWaitableHandle(), fd); in TEST()
56 EXPECT_EQ(file.GetWaitableHandle(), fd); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DIOObject.h42 virtual WaitableHandle GetWaitableHandle() = 0;
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DMainLoopBase.h65 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DFile.h128 WaitableHandle GetWaitableHandle() override;
398 WaitableHandle GetWaitableHandle() override;
H A DSocket.h100 WaitableHandle GetWaitableHandle() override;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DMainLoop.cpp287 m_read_fds.insert({object_sp->GetWaitableHandle(), callback}).second;
290 object_sp->GetWaitableHandle());
H A DFile.cpp115 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle() function in File
268 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetWaitableHandle() function in NativeFile
H A DSocket.cpp211 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle() function in Socket