Searched refs:ORequestThread (Results 1 – 4 of 4) sorted by relevance
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()79 ORequestThread *pCurrent; in join()113 ORequestThread::ORequestThread( JobQueue *pQueue, in ORequestThread() function in cppu_threadpool::ORequestThread127 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()[all …]
43 class ORequestThread class46 ORequestThread( JobQueue * ,49 ~ORequestThread();74 void add( ORequestThread * );75 void remove( ORequestThread * );80 ::std::list< ORequestThread * > m_lst;
36 class ORequestThread;72 ORequestThread *thread;122 void waitInPool( ORequestThread *pThread );
182 void ThreadPool::waitInPool( ORequestThread * pThread ) in waitInPool()237 ORequestThread *pThread = in createThread()238 new ORequestThread( pQueue , aThreadId, bAsynchron); in createThread()
Completed in 9 milliseconds