Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/jdbc/
H A DContextClassLoader.cxx52 ,m_currentThread( environment ) in ContextClassLoaderScope()
71m_currentThread.set( m_environment.CallStaticObjectMethod( threadClass.get(), currentThreadMethod … in ContextClassLoaderScope()
72 if ( !m_currentThread.is() ) in ContextClassLoaderScope()
79 …m_oldContextClassLoader.set( m_environment.CallObjectMethod( m_currentThread.get(), getContextClas… in ContextClassLoaderScope()
99 …m_environment.CallObjectMethod( m_currentThread.get(), m_setContextClassLoaderMethod, newClassLoad… in ContextClassLoaderScope()
103 m_currentThread.reset(); in ContextClassLoaderScope()
114 LocalRef< jobject > currentThread( m_currentThread.env(), m_currentThread.release() ); in pop()
/aoo4110/main/connectivity/source/inc/java/
H A DContextClassLoader.hxx78 return ( m_currentThread.is() ) in isActive()
89 LocalRef< jobject > m_currentThread; member in connectivity::jdbc::ContextClassLoaderScope

Completed in 15 milliseconds