Lines Matching refs:ORequestThread
42 ::cppu_threadpool::ORequestThread *pThread = ( ::cppu_threadpool::ORequestThread * ) pVoid; in cppu_requestThreadWorker()
63 void ThreadAdmin::add( ORequestThread *p ) in add()
69 void ThreadAdmin::remove( ORequestThread * p ) in remove()
72 ::std::list< ORequestThread * >::iterator ii = ::std::find( m_lst.begin(), m_lst.end(), p ); in remove()
79 ORequestThread *pCurrent; in join()
113 ORequestThread::ORequestThread( JobQueue *pQueue, in ORequestThread() function in cppu_threadpool::ORequestThread
127 ORequestThread::~ORequestThread() in ~ORequestThread()
136 void ORequestThread::setTask( JobQueue *pQueue, in setTask()
145 sal_Bool ORequestThread::create() in create()
158 void ORequestThread::join() in join()
163 void ORequestThread::onTerminated() in onTerminated()
172 void ORequestThread::run() in run()