Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp74 StopReadThread(nullptr); in Clear()
227 bool Communication::StopReadThread(Status *error_ptr) { in StopReadThread() function in Communication
415 StopReadThread(nullptr); in SetConnection()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h255 virtual bool StopReadThread(Status *error_ptr = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp150 return m_opaque ? m_opaque->StopReadThread() : false; in ReadThreadStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp89 StopReadThread(); in ~GDBRemoteCommunication()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3263 m_stdio_communication.StopReadThread(); in DestroyImpl()
3333 m_stdio_communication.StopReadThread(); in ShouldBroadcastEvent()