Home
last modified time | relevance | path

Searched refs:JoinReadThread (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h273 virtual bool JoinReadThread(Status *error_ptr = nullptr);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp242 m_communication.JoinReadThread(); in ~ScriptInterpreterIORedirect()
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp251 bool Communication::JoinReadThread(Status *error_ptr) { in JoinReadThread() function in Communication