Home
last modified time | relevance | path

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

/aoo4110/main/cppu/source/threadpool/
H A Dthreadpool.cxx160 for( WaitingThreadList::iterator ii = m_lstThreads.begin() ; in dispose()
161 ii != m_lstThreads.end() ; in dispose()
189 m_lstThreads.push_front( &waitingThread ); in waitInPool()
202 m_lstThreads.begin(), m_lstThreads.end(), &waitingThread ); in waitInPool()
203 OSL_ASSERT( ii != m_lstThreads.end() ); in waitInPool()
204 m_lstThreads.erase( ii ); in waitInPool()
219 if( ! m_lstThreads.empty() ) in createThread()
222 struct WaitingThread *pWaitingThread = m_lstThreads.back(); in createThread()
227 m_lstThreads.pop_back(); in createThread()
H A Dthreadpool.hxx131 WaitingThreadList m_lstThreads; member in cppu_threadpool::ThreadPool

Completed in 20 milliseconds