Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h179 virtual bool StartReadThread(Status *error_ptr = nullptr);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp136 return m_opaque ? m_opaque->StartReadThread() : false; in ReadThreadStart()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp233 m_communication.StartReadThread(); in ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp158 bool ThreadedCommunication::StartReadThread(Status *error_ptr) { in StartReadThread() function in ThreadedCommunication
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4739 m_stdio_communication.StartReadThread(); in SetSTDIOFileDescriptor()