Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConnection.h187 virtual bool InterruptRead() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h68 bool InterruptRead() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp386 m_connection_sp->InterruptRead(); in SynchronizeWithReadThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp1251 result = m_input_connection.InterruptRead(); in Interrupt()
1263 result = m_input_connection.InterruptRead(); in Cancel()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp290 bool ConnectionFileDescriptor::InterruptRead() { in InterruptRead() function in ConnectionFileDescriptor