Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h188 virtual bool JoinReadThread(Status *error_ptr = nullptr);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp273 m_communication.JoinReadThread(); in ~ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp211 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread() function in ThreadedCommunication