Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp72 StopReadThread(nullptr); in Clear()
234 bool Communication::StopReadThread(Status *error_ptr) { in StopReadThread() function in Communication
419 StopReadThread(nullptr); in SetConnection()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DCommunicationTest.cpp42 ASSERT_TRUE(comm.StopReadThread()); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h271 virtual bool StopReadThread(Status *error_ptr = nullptr);
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommunication.cpp141 return m_opaque ? m_opaque->StopReadThread() : false; in ReadThreadStop()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp3292 m_stdio_communication.StopReadThread(); in DestroyImpl()
3361 m_stdio_communication.StopReadThread(); in ShouldBroadcastEvent()