Home
last modified time | relevance | path

Searched refs:ThreadPool (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx110 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()
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 …]
H A Dthreadpool.hxx96 class ThreadPool;
97 typedef boost::shared_ptr<ThreadPool> ThreadPoolHolder;
99 class ThreadPool class
102 ThreadPool();
103 ~ThreadPool();
H A Dthread.cxx174 ThreadPoolHolder theThreadPool = cppu_threadpool::ThreadPool::getInstance(); in run()

Completed in 14 milliseconds