Home
last modified time | relevance | path

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

/trunk/main/cppu/source/threadpool/
H A Dthread.cxx116 : m_thread( 0 ) in ORequestThread()
129 if (m_thread != 0) in ~ORequestThread()
131 osl_destroyThread(m_thread); in ~ORequestThread()
147 OSL_ASSERT(m_thread == 0); // only one running thread per instance in create()
149 m_thread = osl_createSuspendedThread( cppu_requestThreadWorker, (void*)this); in create()
150 if ( m_thread ) in create()
152 osl_resumeThread( m_thread ); in create()
155 return m_thread != 0; in create()
160 osl_joinWithThread( m_thread ); in join()
H A Dthread.hxx61 oslThread m_thread; member in cppu_threadpool::ORequestThread
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx1091 : m_thread( new Thread( pDialogHelper, pManager, rContext ) ) in ExtensionCmdQueue()
1093 m_thread->launch(); in ExtensionCmdQueue()
1104 m_thread->addExtension( extensionURL, repository, bWarnUser ); in addExtension()
1109 m_thread->removeExtension( rPackage ); in removeExtension()
1115 m_thread->enableExtension( rPackage, bEnable ); in enableExtension()
1120 m_thread->checkForUpdates( vExtensionList ); in checkForUpdates()
1125 m_thread->acceptLicense( rPackage ); in acceptLicense()
1135 m_thread->stop(); in stop()
1140 return m_thread->isBusy(); in isBusy()
H A Ddp_gui_updateinstalldialog.cxx232 m_thread(new Thread(xCtx, *this, aVecUpdateData)), in UpdateInstallDialog()
269 m_thread->stop(); in Close()
275 m_thread->launch(); in Execute()
337 m_thread->stop(); in IMPL_LINK()
H A Ddp_gui_updatedialog.cxx598 m_thread( in UpdateDialog()
658 m_thread->stop(); in Close()
664 m_thread->launch(); in Execute()
1462 m_thread->stop(); in IMPL_LINK()
H A Ddp_gui_extensioncmdqueue.hxx99 rtl::Reference< Thread > m_thread; member in dp_gui::ExtensionCmdQueue
H A Ddp_gui_updateinstalldialog.hxx107 rtl::Reference< Thread > m_thread; member in dp_gui::UpdateInstallDialog
H A Ddp_gui_updatedialog.hxx215 rtl::Reference< UpdateDialog::Thread > m_thread; member in dp_gui::UpdateDialog
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx61 : m_thread(NULL) in Acceptor()
86 t = m_thread; in ~Acceptor()
184 m_thread = osl_createThread(workerfunc, this); in initialize()
H A Dacceptor.hxx67 oslThread m_thread; member in desktop::Acceptor

Completed in 49 milliseconds