Searched refs:pQueue (Results 1 – 6 of 6) sorted by relevance
211 void ThreadPool::createThread( JobQueue *pQueue , in createThread() argument293 JobQueue *pQueue = 0; in addJob() local313 pQueue = (*ii).second.second; in addJob()322 pQueue = (*ii).second.first; in addJob()326 pQueue->suspend(); in addJob()357 JobQueue *pQueue = 0; in enter() local364 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 …]
113 ORequestThread::ORequestThread( JobQueue *pQueue, in ORequestThread() argument118 , m_pQueue( pQueue ) in ORequestThread()136 void ORequestThread::setTask( JobQueue *pQueue, in setTask() argument140 m_pQueue = pQueue; in setTask()
124 void createThread( JobQueue *pQueue, const ByteSequence &aThreadId, sal_Bool bAsynchron);
102 SwQueuedPaint *SwPaintQueue::pQueue = 0; member in SwPaintQueue119 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 …]
93 MasterPageContainerQueue* pQueue = new MasterPageContainerQueue(rpContainer); in Create() local94 pQueue->LateInit(); in Create()95 return pQueue; in Create()
51 static SwQueuedPaint *pQueue; member in SwPaintQueue
Completed in 48 milliseconds