Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DCommunication.h257 virtual bool JoinReadThread(Status *error_ptr = nullptr);
/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp218 m_communication.JoinReadThread(); in ~ScriptInterpreterIORedirect()
/external/llvm-project/lldb/source/Core/
DCommunication.cpp244 bool Communication::JoinReadThread(Status *error_ptr) { in JoinReadThread() function in Communication