Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDConnection.h188 InterruptRead() = 0;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDConnectionFileDescriptorPosix.h59 bool InterruptRead() override;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp453 m_connection_sp->InterruptRead(); in SynchronizeWithReadThread()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDEditline.cpp1274 result = m_input_connection.InterruptRead(); in Interrupt()
1288 result = m_input_connection.InterruptRead(); in Cancel()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp314 ConnectionFileDescriptor::InterruptRead() in InterruptRead() function in ConnectionFileDescriptor