Home
last modified time | relevance | path

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

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