Home
last modified time | relevance | path

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

/trunk/main/binaryurp/source/
H A Dbridge.cxx112 uno_ThreadPool threadPool_; member in binaryurp::__anon45cd63470111::AttachThread
120 uno_threadpool_attach(threadPool_); in AttachThread()
124 uno_threadpool_detach(threadPool_); in ~AttachThread()
221 OSL_ASSERT(threadPool_ != 0); in start()
253 OSL_ASSERT(threadPool_ != 0); in terminate()
254 uno_threadpool_dispose(threadPool_); in terminate()
309 OSL_ASSERT(threadPool_ != 0); in getThreadPool()
310 return threadPool_; in getThreadPool()
551 AttachThread att(threadPool_); in makeCall()
791 if (threadPool_ != 0) { in ~Bridge()
[all …]
H A Dbridge.hxx259 uno_ThreadPool threadPool_; member in binaryurp::Bridge

Completed in 36 milliseconds