Home
last modified time | relevance | path

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

/aoo41x/main/cppu/source/threadpool/
H A Djobqueue.cxx38 m_cndWait( osl_createCondition() ) in JobQueue()
40 osl_resetCondition( m_cndWait ); in JobQueue()
46 osl_destroyCondition( m_cndWait ); in ~JobQueue()
57 osl_setCondition( m_cndWait ); in add()
87 osl_waitCondition( m_cndWait , 0 ); in enter()
99 osl_resetCondition( m_cndWait ); in enter()
112 osl_resetCondition( m_cndWait ); in enter()
154 osl_setCondition( m_cndWait ); in dispose()
170 osl_setCondition( m_cndWait ); in resume()
H A Djobqueue.hxx76 oslCondition m_cndWait; member in cppu_threadpool::JobQueue

Completed in 9 milliseconds