Searched refs:m_pOuterThread (Results 1 – 1 of 1) sorted by relevance
73 OuterThread * m_pOuterThread; member in AffineBridge135 m_pAffineBridge->m_pOuterThread = NULL; in run()145 m_pOuterThread (NULL) in AffineBridge()164 if (m_pOuterThread) in ~AffineBridge()166 m_pOuterThread->join(); in ~AffineBridge()167 delete m_pOuterThread; in ~AffineBridge()285 if (m_pOuterThread) in v_callOut_v()287 m_pOuterThread->join(); in v_callOut_v()288 delete m_pOuterThread; in v_callOut_v()291 m_pOuterThread = new OuterThread(this); in v_callOut_v()
Completed in 13 milliseconds