Lines Matching refs:pQueue
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
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()
375 delete pQueue; in enter()