Home
last modified time | relevance | path

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

/aoo41x/main/cppu/source/AffineBridge/
H A DAffineBridge.cxx73 OuterThread * m_pOuterThread; member in AffineBridge
135 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 28 milliseconds