Home
last modified time | relevance | path

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

/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx184 struct WaitingThread waitingThread; in waitInPool() local
185 waitingThread.condition = osl_createCondition(); in waitInPool()
186 waitingThread.thread = pThread; in waitInPool()
189 m_lstThreads.push_front( &waitingThread ); in waitInPool()
194 osl_waitCondition( waitingThread.condition , &time ); in waitInPool()
198 if( waitingThread.thread ) in waitInPool()
202 m_lstThreads.begin(), m_lstThreads.end(), &waitingThread ); in waitInPool()
208 osl_destroyCondition( waitingThread.condition ); in waitInPool()

Completed in 15 milliseconds