Lines Matching refs:ThreadPool
110 ThreadPoolHolder aRet(new ThreadPool()); in operator ()()
115 ThreadPool::ThreadPool() in ThreadPool() function in cppu_threadpool::ThreadPool
120 ThreadPool::~ThreadPool() in ~ThreadPool()
129 ThreadPoolHolder ThreadPool::getInstance() in getInstance()
135 void ThreadPool::dispose( sal_Int64 nDisposeId ) in dispose()
172 void ThreadPool::stopDisposing( sal_Int64 nDisposeId ) in stopDisposing()
182 void ThreadPool::waitInPool( ORequestThread * pThread ) in waitInPool()
211 void ThreadPool::createThread( JobQueue *pQueue , in createThread()
244 sal_Bool ThreadPool::revokeQueue( const ByteSequence &aThreadId, sal_Bool bAsynchron ) in revokeQueue()
286 void ThreadPool::addJob( in addJob()
338 void ThreadPool::prepare( const ByteSequence &aThreadId ) in prepare()
355 void * ThreadPool::enter( const ByteSequence & aThreadId , sal_Int64 nDisposeId ) in enter()
423 g_pThreadpoolHashSet->insert( ThreadpoolHashSet::value_type(h, ThreadPool::getInstance()) ); in uno_threadpool_create()
432 ThreadPool::getInstance()->prepare( pThreadId ); in uno_threadpool_attach()
444 ThreadPool::getInstance()->enter( in uno_threadpool_enter()
466 ThreadPool::getInstance()->addJob( pThreadId, bIsOneway, pJob ,doRequest ); in uno_threadpool_putJob()
472 ThreadPool::getInstance()->dispose( in uno_threadpool_dispose()
480 ThreadPool::getInstance()->stopDisposing( in uno_threadpool_destroy()