Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h164 virtual bool InterruptRead() = 0;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h67 bool InterruptRead() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp406 m_connection_sp->InterruptRead(); in SynchronizeWithReadThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp289 bool ConnectionFileDescriptor::InterruptRead() { in InterruptRead() function in ConnectionFileDescriptor
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1470 result = m_input_connection.InterruptRead(); in Interrupt()
1482 result = m_input_connection.InterruptRead(); in Cancel()