Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConnection.h164 virtual bool InterruptRead() = 0;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h42 bool InterruptRead() override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h64 bool InterruptRead() override;
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp307 bool ConnectionGenericFile::InterruptRead() { in InterruptRead() function in ConnectionGenericFile
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp360 m_connection_sp->InterruptRead(); in SynchronizeWithReadThread()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp184 bool ConnectionFileDescriptor::InterruptRead() { in InterruptRead() function in ConnectionFileDescriptor
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp1484 result = m_input_connection.InterruptRead(); in Interrupt()
1496 result = m_input_connection.InterruptRead(); in Cancel()