Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h164 virtual bool InterruptRead() = 0;
/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h64 bool InterruptRead() override;
/src/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp365 m_connection_sp->InterruptRead(); in SynchronizeWithReadThread()
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp185 bool ConnectionFileDescriptor::InterruptRead() { in InterruptRead() function in ConnectionFileDescriptor
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1457 result = m_input_connection.InterruptRead(); in Interrupt()
1469 result = m_input_connection.InterruptRead(); in Cancel()