Searched refs:ThreadPool (Results 1 – 3 of 3) sorted by relevance
110 ThreadPoolHolder aRet(new ThreadPool()); in operator ()()115 ThreadPool::ThreadPool() in ThreadPool() function in cppu_threadpool::ThreadPool120 ThreadPool::~ThreadPool() in ~ThreadPool()129 ThreadPoolHolder ThreadPool::getInstance() in getInstance()135 void ThreadPool::dispose( sal_Int64 nDisposeId ) in dispose()211 void ThreadPool::createThread( JobQueue *pQueue , in createThread()286 void ThreadPool::addJob( in addJob()432 ThreadPool::getInstance()->prepare( pThreadId ); in uno_threadpool_attach()444 ThreadPool::getInstance()->enter( in uno_threadpool_enter()472 ThreadPool::getInstance()->dispose( in uno_threadpool_dispose()[all …]
96 class ThreadPool;97 typedef boost::shared_ptr<ThreadPool> ThreadPoolHolder;99 class ThreadPool class102 ThreadPool();103 ~ThreadPool();
174 ThreadPoolHolder theThreadPool = cppu_threadpool::ThreadPool::getInstance(); in run()
Completed in 20 milliseconds