Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp66 StopReadThread(nullptr); in Clear()
194 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread() function in ThreadedCommunication
374 StopReadThread(nullptr); in SetConnection()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h186 virtual bool StopReadThread(Status *error_ptr = nullptr);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp142 return m_opaque ? m_opaque->StopReadThread() : false; in ReadThreadStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3536 m_stdio_communication.StopReadThread(); in DestroyImpl()
3608 m_stdio_communication.StopReadThread(); in ShouldBroadcastEvent()