Home
last modified time | relevance | path

Searched refs:ORequestThread (Results 1 – 4 of 4) sorted by relevance

/trunk/main/cppu/source/threadpool/
H A Dthread.cxx42 ::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::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()
[all …]
H A Dthread.hxx43 class ORequestThread class
46 ORequestThread( JobQueue * ,
49 ~ORequestThread();
74 void add( ORequestThread * );
75 void remove( ORequestThread * );
80 ::std::list< ORequestThread * > m_lst;
H A Dthreadpool.hxx36 class ORequestThread;
72 ORequestThread *thread;
122 void waitInPool( ORequestThread *pThread );
H A Dthreadpool.cxx182 void ThreadPool::waitInPool( ORequestThread * pThread ) in waitInPool()
237 ORequestThread *pThread = in createThread()
238 new ORequestThread( pQueue , aThreadId, bAsynchron); in createThread()

Completed in 43 milliseconds