Home
last modified time | relevance | path

Searched refs:ReadThreadIsRunning (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp192 bool SBCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning() function in SBCommunication
195 result = m_opaque->ReadThreadIsRunning(); in ReadThreadIsRunning()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommunication.h68 bool ReadThreadIsRunning();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h294 bool ReadThreadIsRunning();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp294 bool Communication::ReadThreadIsRunning() { return m_read_thread_enabled; } in ReadThreadIsRunning() function in Communication