Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp75 StopReadThread(nullptr); in Clear()
215 bool Communication::StopReadThread(Status *error_ptr) { in StopReadThread() function in Communication
395 StopReadThread(nullptr); in SetConnection()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h285 virtual bool StopReadThread(Status *error_ptr = nullptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp183 success = m_opaque->StopReadThread(); in ReadThreadStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp91 StopReadThread(); in ~GDBRemoteCommunication()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3509 m_stdio_communication.StopReadThread(); in Destroy()
3579 m_stdio_communication.StopReadThread(); in ShouldBroadcastEvent()