Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h188 virtual bool JoinReadThread(Status *error_ptr = nullptr);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp245 m_communication.JoinReadThread(); in ~ScriptInterpreterIORedirect()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp208 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread() function in ThreadedCommunication