Searched refs:waitingThread (Results 1 – 1 of 1) sorted by relevance
184 struct WaitingThread waitingThread; in waitInPool() local185 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 10 milliseconds