Home
last modified time | relevance | path

Searched refs:ThreadIsActive (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilThreadBaseStd.h85 bool ThreadIsActive(); // Return true if this object is running
H A DMICmnThreadMgrStd.h109 if (vrwThreadObj.ThreadIsActive()) { in ThreadStart()
H A DMICmnThreadMgrStd.cpp125 if (pThread->ThreadIsActive()) { in ThreadAllTerminate()
H A DMIUtilThreadBaseStd.cpp50 bool CMIUtilThreadActiveObjBase::ThreadIsActive() { in ThreadIsActive() function in CMIUtilThreadActiveObjBase
H A DMIDriver.cpp584 assert(CMICmnLLDBDebugger::Instance().ThreadIsActive()); in DoMainLoop()
H A DMICmnLLDBDebugger.cpp292 if (ThreadIsActive() && m_lldbListener.PeekAtNextEvent(event)) in WaitForHandleEvent()