Searched refs:pQueue (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/cppu/source/threadpool/ |
| H A D | threadpool.cxx | 211 void ThreadPool::createThread( JobQueue *pQueue , in createThread() argument 223 pWaitingThread->thread->setTask( pQueue , aThreadId , bAsynchron ); in createThread() 238 new ORequestThread( pQueue , aThreadId, bAsynchron); in createThread() 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() 329 pQueue->add( pThreadSpecificData , doRequest ); in addJob() 334 createThread( pQueue , aThreadId , bAsynchron); in addJob() 357 JobQueue *pQueue = 0; in enter() local [all …]
|
| H A D | thread.cxx | 113 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 D | threadpool.hxx | 124 void createThread( JobQueue *pQueue, const ByteSequence &aThreadId, sal_Bool bAsynchron);
|
| /trunk/main/sw/source/core/view/ |
| H A D | vprint.cxx | 102 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 D | MasterPageContainerQueue.cxx | 93 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 D | ptqueue.hxx | 51 static SwQueuedPaint *pQueue; member in SwPaintQueue
|