Home
last modified time | relevance | path

Searched defs:ReadThreadIsRunning (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommunication.cpp144 bool SBCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning() function in SBCommunication
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp312 bool Communication::ReadThreadIsRunning() { return m_read_thread_enabled; } in ReadThreadIsRunning() function in Communication