Lines Matching refs:m_outerThreadId
71 oslThreadIdentifier m_outerThreadId; member in AffineBridge
131 m_pAffineBridge->m_outerThreadId = getIdentifier(); in run()
133 m_pAffineBridge->m_outerThreadId = 0; in run()
144 m_outerThreadId(0), in AffineBridge()
174 OSL_ASSERT(m_outerThreadId == osl_getThreadIdentifier(NULL)); in outerDispatch()
175 OSL_ASSERT(m_innerThreadId != m_outerThreadId); in outerDispatch()
214 OSL_ASSERT(m_innerThreadId != m_outerThreadId); in innerDispatch()
256 if (!m_outerThreadId) in v_callInto_v()
258 m_outerThreadId = osl_getThreadIdentifier(NULL); in v_callInto_v()
270 m_outerThreadId = 0; in v_callInto_v()
279 if (m_outerThreadId == 0) // no outer thread yet in v_callOut_v()
283 if (m_outerThreadId == 0) in v_callOut_v()