Searched refs:pCreatorThread (Results 1 – 2 of 2) sorted by relevance
254 FastLoader* pCreatorThread = NULL; in propertyChange() local258 pCreatorThread = new FastLoader(m_xFactory,FastLoader::E_JAVA); in propertyChange()262 pCreatorThread = new FastLoader(m_xFactory,FastLoader::E_CALC); in propertyChange()264 if ( pCreatorThread ) in propertyChange()266 pCreatorThread->createSuspended(); in propertyChange()267 pCreatorThread->setPriority(osl_Thread_PriorityBelowNormal); in propertyChange()268 pCreatorThread->resume(); in propertyChange()
766 FactoryLoader* pCreatorThread = new FactoryLoader(*pIter,m_aProps->m_xContext); in IMPLEMENT_FORWARD_REFCOUNT() local767 pCreatorThread->createSuspended(); in IMPLEMENT_FORWARD_REFCOUNT()768 pCreatorThread->setPriority(osl_Thread_PriorityBelowNormal); in IMPLEMENT_FORWARD_REFCOUNT()769 pCreatorThread->resume(); in IMPLEMENT_FORWARD_REFCOUNT()
Completed in 36 milliseconds