Home
last modified time | relevance | path

Searched refs:pQueue (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx211 void ThreadPool::createThread( JobQueue *pQueue , in createThread() argument
293 JobQueue *pQueue = 0; in addJob() local
313 pQueue = (*ii).second.second; in addJob()
322 pQueue = (*ii).second.first; in addJob()
326 pQueue->suspend(); in addJob()
357 JobQueue *pQueue = 0; in enter() local
364 pQueue = (*ii).second.first; in enter()
367 OSL_ASSERT( pQueue ); in enter()
368 void *pReturn = pQueue->enter( nDisposeId ); in enter()
370 if( pQueue->isCallstackEmpty() ) in enter()
[all …]
H A Dthread.cxx113 ORequestThread::ORequestThread( JobQueue *pQueue, in ORequestThread() argument
118 , m_pQueue( pQueue ) in ORequestThread()
136 void ORequestThread::setTask( JobQueue *pQueue, in setTask() argument
140 m_pQueue = pQueue; in setTask()
H A Dthreadpool.hxx124 void createThread( JobQueue *pQueue, const ByteSequence &aThreadId, sal_Bool bAsynchron);
/trunk/main/sw/source/core/view/
H A Dvprint.cxx102 SwQueuedPaint *SwPaintQueue::pQueue = 0; member in SwPaintQueue
119 if ( 0 != (pPt = pQueue) ) in Add()
133 pQueue = pNQ; in Add()
140 if ( !SwRootFrm::IsInPaint() && pQueue ) in Repaint()
142 SwQueuedPaint *pPt = pQueue; in Repaint()
162 { pPt = pQueue; in Repaint()
163 pQueue = pQueue->pNext; in Repaint()
165 } while ( pQueue ); in Repaint()
174 if ( 0 != (pPt = pQueue) ) in Remove()
186 else if ( pPt == pQueue ) in Remove()
[all …]
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerQueue.cxx93 MasterPageContainerQueue* pQueue = new MasterPageContainerQueue(rpContainer); in Create() local
94 pQueue->LateInit(); in Create()
95 return pQueue; in Create()
/trunk/main/sw/source/core/inc/
H A Dptqueue.hxx51 static SwQueuedPaint *pQueue; member in SwPaintQueue

Completed in 31 milliseconds