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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h164 virtual bool InterruptRead() = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h67 bool InterruptRead() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp395 m_connection_sp->InterruptRead();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp288 bool ConnectionFileDescriptor::InterruptRead() { function in class:ConnectionFileDescriptor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1339 result = m_input_connection.InterruptRead();
1351 result = m_input_connection.InterruptRead();

Completed in 184 milliseconds