Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommunication.cpp153 bool SBCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning() function in SBCommunication
/external/llvm-project/lldb/source/Core/
DCommunication.cpp305 bool Communication::ReadThreadIsRunning() { return m_read_thread_enabled; } in ReadThreadIsRunning() function in Communication