Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h179 virtual bool StartReadThread(Status *error_ptr = nullptr);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp136 return m_opaque ? m_opaque->StartReadThread() : false; in ReadThreadStart()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp205 m_communication.StartReadThread(); in ScriptInterpreterIORedirect()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp157 bool ThreadedCommunication::StartReadThread(Status *error_ptr) { in StartReadThread() function in ThreadedCommunication
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4496 m_stdio_communication.StartReadThread(); in SetSTDIOFileDescriptor()