Searched refs:m_threadList (Results 1 – 2 of 2) sorted by relevance
121 ThreadList_t::const_iterator it = m_threadList.begin(); in ThreadAllTerminate()122 for (; it != m_threadList.end(); ++it) { in ThreadAllTerminate()149 m_threadList.push_back(const_cast<CMIUtilThreadActiveObjBase *>(&vrObj)); in AddThread()
64 ThreadList_t m_threadList; variable