Home
last modified time | relevance | path

Searched refs:threadPool_ (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/binaryurp/source/
H A Dbridge.cxx112 uno_ThreadPool threadPool_; member in binaryurp::__anon61a5cd770111::AttachThread
116 AttachThread::AttachThread(uno_ThreadPool threadPool): threadPool_(threadPool) { in AttachThread()
120 uno_threadpool_attach(threadPool_); in AttachThread()
124 uno_threadpool_detach(threadPool_); in ~AttachThread()
198 threadPool_(0), currentContextMode_(false), proxies_(0), calls_(0), in Bridge()
219 OSL_ASSERT(threadPool_ == 0 && !writer_.is() && !reader_.is()); in start()
220 threadPool_ = uno_threadpool_create(); in start()
221 OSL_ASSERT(threadPool_ != 0); in start()
253 OSL_ASSERT(threadPool_ != 0); in terminate()
254 uno_threadpool_dispose(threadPool_); in terminate()
[all …]
H A Dbridge.hxx259 uno_ThreadPool threadPool_; member in binaryurp::Bridge