Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConnection.h164 virtual bool InterruptRead() = 0;
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h42 bool InterruptRead() override;
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h36 MOCK_METHOD0(InterruptRead, bool());
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h64 bool InterruptRead() override;
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp308 bool ConnectionGenericFile::InterruptRead() { in InterruptRead() function in ConnectionGenericFile
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp410 m_connection_sp->InterruptRead(); in SynchronizeWithReadThread()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp184 bool ConnectionFileDescriptor::InterruptRead() { in InterruptRead() function in ConnectionFileDescriptor
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp1483 result = m_input_connection.InterruptRead(); in Interrupt()
1495 result = m_input_connection.InterruptRead(); in Cancel()