Home
last modified time | relevance | path

Searched refs:uno_ThreadPool (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx387 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_CALL
422 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() argument
438 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() argument
460 uno_ThreadPool, in uno_threadpool_putJob() argument
470 uno_threadpool_dispose( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C() in uno_threadpool_dispose()
[all …]
/trunk/main/cppu/inc/uno/
H A Dthreadpool.h75 typedef struct _uno_ThreadPool * uno_ThreadPool; typedef
81 uno_ThreadPool SAL_CALL
97 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();
/trunk/main/bridges/source/jni_uno/
H A Dnativethreadpool.cxx47 jmethodID theExecute, uno_ThreadPool thePool): in Pool()
52 uno_ThreadPool pool;
/trunk/main/binaryurp/source/
H A Dbridge.cxx105 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()
H A Dbridge.hxx104 uno_ThreadPool getThreadPool() const;
259 uno_ThreadPool threadPool_;

Completed in 23 milliseconds