Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilThreadBaseStd.h104 virtual bool ThreadRun(bool &vrIsAlive) = 0; // Call the main worker method
H A DMIUtilThreadBaseStd.cpp185 if (!ThreadRun(bAlive)) in ThreadManage()
H A DMICmnLLDBDebugger.h75 bool ThreadRun(bool &vrIsAlive) override;
H A DMICmnLLDBDebugger.cpp860 bool CMICmnLLDBDebugger::ThreadRun(bool &vrbIsAlive) { in ThreadRun() function in CMICmnLLDBDebugger