Home
last modified time | relevance | path

Searched refs:StopReadThread (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp65 StopReadThread(nullptr); in Clear()
191 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread() function in ThreadedCommunication
369 StopReadThread(nullptr); in SetConnection()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h186 virtual bool StopReadThread(Status *error_ptr = nullptr);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp142 return m_opaque ? m_opaque->StopReadThread() : false; in ReadThreadStop()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp3313 m_stdio_communication.StopReadThread(); in DestroyImpl()
3382 m_stdio_communication.StopReadThread(); in ShouldBroadcastEvent()