Searched refs:uno_ThreadPool (Results 1 – 5 of 5) sorted by relevance
75 typedef struct _uno_ThreadPool * uno_ThreadPool; typedef81 uno_ThreadPool SAL_CALL97 uno_threadpool_attach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();109 uno_threadpool_enter( uno_ThreadPool hPool , void **ppJob )117 uno_threadpool_detach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();150 uno_ThreadPool hPool,172 uno_threadpool_dispose( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();181 uno_threadpool_destroy( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();
387 sal_Bool operator () ( const uno_ThreadPool &a , const uno_ThreadPool &b ) const in operator ()()395 sal_Size operator () ( const uno_ThreadPool &a ) const in operator ()()403 typedef ::std::hash_map< uno_ThreadPool, ThreadPoolHolder, uno_ThreadPool_Hash, uno_ThreadPool_Equa…412 extern "C" uno_ThreadPool SAL_CALL422 uno_ThreadPool h = new struct _uno_ThreadPool; in uno_threadpool_create()428 uno_threadpool_attach( uno_ThreadPool ) SAL_THROW_EXTERN_C() in uno_threadpool_attach() argument438 uno_threadpool_enter( uno_ThreadPool hPool , void **ppJob ) in uno_threadpool_enter()453 uno_threadpool_detach( uno_ThreadPool ) SAL_THROW_EXTERN_C() in uno_threadpool_detach() argument460 uno_ThreadPool, in uno_threadpool_putJob() argument470 uno_threadpool_dispose( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C() in uno_threadpool_dispose()[all …]
47 jmethodID theExecute, uno_ThreadPool thePool): in Pool()52 uno_ThreadPool pool;
105 explicit AttachThread(uno_ThreadPool threadPool);112 uno_ThreadPool threadPool_;116 AttachThread::AttachThread(uno_ThreadPool threadPool): threadPool_(threadPool) { in AttachThread()308 uno_ThreadPool Bridge::getThreadPool() const { in getThreadPool()
104 uno_ThreadPool getThreadPool() const;259 uno_ThreadPool threadPool_;
Completed in 57 milliseconds