Home
last modified time | relevance | path

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

/aoo41x/main/desktop/source/app/
H A Dofficeipcthread.cxx444 delete pThread; in EnableOfficeIPCThread()
493 pThread->maPipeIdent = pThread->maPipeIdent + aUserInstallPathHashCode; in EnableOfficeIPCThread()
500 if( pThread->maPipe.create( pThread->maPipeIdent.getStr(), OPipe::TOption_Open, rSecurity )) in EnableOfficeIPCThread()
541 pGlobalOfficeIPCThread = pThread; in EnableOfficeIPCThread()
542 pThread->create(); // starts thread in EnableOfficeIPCThread()
547 pThread->maStreamPipe = pThread->maPipe; in EnableOfficeIPCThread()
571 pThread->maStreamPipe.write( "\0", 1 ); in EnableOfficeIPCThread()
579 delete pThread; in EnableOfficeIPCThread()
657 if (pThread == NULL) pThread = pGlobalOfficeIPCThread; in SetReady()
658 if (pThread != NULL) in SetReady()
[all …]
H A Dofficeipcthread.hxx127 static void SetReady(OfficeIPCThread* pThread = NULL);
/aoo41x/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx202 OGetThread* pThread = new OGetThread(); in getValue_002() local
206 pThread->create(); in getValue_002()
211 pThread->terminate(); in getValue_002()
215 nValueOK = pThread->getOK(); in getValue_002()
224 nValueFails = pThread->getFails(); in getValue_002()
233 pThread->join(); in getValue_002()
236 delete pThread; in getValue_002()
/aoo41x/main/sw/source/core/docnode/
H A Dthreadmanager.cxx87 aThreadData.pThread = rThread; in AddThread()
88 aThreadData.aJob = new CancellableJob( aThreadData.pThread ); in AddThread()
90 aThreadData.pThread->setPriority( osl_Thread_PriorityBelowNormal ); in AddThread()
92 *(aThreadData.pThread) ); in AddThread()
184 if ( rThreadData.pThread->create() ) in StartThread()
/aoo41x/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx526 … RelationLoader* pThread = new RelationLoader(this,xMetaData,m_xTables,aNames,nStart,nEnd); in loadData() local
527 pThread->createSuspended(); in loadData()
528 pThread->setPriority(osl_Thread_PriorityBelowNormal); in loadData()
529 pThread->resume(); in loadData()
537 RelationLoader* pThread = new RelationLoader(this,xMetaData,m_xTables,aNames,0,nCount); in loadData() local
538 pThread->run(); in loadData()
539 pThread->onTerminated(); in loadData()
/aoo41x/main/cppu/source/threadpool/
H A Dthread.cxx42 ::cppu_threadpool::ORequestThread *pThread = ( ::cppu_threadpool::ORequestThread * ) pVoid; in cppu_requestThreadWorker()
44 pThread->run(); in cppu_requestThreadWorker()
45 pThread->onTerminated(); in cppu_requestThreadWorker()
H A Dthreadpool.cxx182 void ThreadPool::waitInPool( ORequestThread * pThread ) in waitInPool() argument
186 waitingThread.thread = pThread; in waitInPool()
237 ORequestThread *pThread = in createThread() local
240 pThread->create(); in createThread()
H A Dthreadpool.hxx122 void waitInPool( ORequestThread *pThread );
/aoo41x/main/sal/qa/osl/process/
H A Dosl_Thread.cxx1161 OAddThread* pThread = new OAddThread(); in check2Threads() local
1165 pThread->create(); in check2Threads()
1166 pThread->setPriority(_aPriority); in check2Threads()
1172 pThread->terminate(); in check2Threads()
1176 nValueNormal = pThread->getValue(); in check2Threads()
1188 pThread->join(); in check2Threads()
1191 delete pThread; in check2Threads()
/aoo41x/main/framework/test/threadtest/
H A Dthreadtest.cxx599 TestThread* pThread ; member
649 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
661 pThreads[nI].pThread->create(); in measureTime()
670 pThreads[nI].pThread = NULL; in measureTime()
/aoo41x/main/extensions/source/update/check/
H A Dupdatecheck.cxx887 WorkerThread *pThread = m_pThread; in cancel() local
892 if( NULL != pThread ) in cancel()
893 pThread->cancel(); in cancel()
1032 osl::Thread *pThread = m_pThread; in shutdownThread() local
1036 if( NULL != pThread ) in shutdownThread()
1038 pThread->terminate(); in shutdownThread()
1042 pThread->join(); in shutdownThread()
/aoo41x/main/filter/source/config/cache/
H A Dlateinitlistener.cxx107 LateInitThread* pThread = new LateInitThread(); in notifyEvent() local
108 pThread->create(); in notifyEvent()
/aoo41x/main/sw/source/core/inc/
H A Dthreadmanager.hxx116 ::rtl::Reference< ObservableThread > pThread;
121 pThread( 0 ), in tThreadData()
/aoo41x/main/framework/test/
H A Dthreadtest.cxx604 TestThread* pThread ; member
654 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
666 pThreads[nI].pThread->create(); in measureTime()
/aoo41x/main/extensions/source/scanner/
H A Dscanunx.cxx335 ScannerThread* pThread = new ScannerThread( pHolder, listener, this ); in startScan() local
336 pThread->create(); in startScan()

Completed in 100 milliseconds