Home
last modified time | relevance | path

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

/trunk/main/salhelper/inc/salhelper/
H A Dqueue.hxx146 osl::Semaphore m_aNotFull; member in salhelper::BoundedQueue
153 inline BoundedQueue (sal_uInt32 capacity) : m_aNotFull (capacity) in BoundedQueue()
163 m_aNotFull.acquire(); in put()
172 m_aNotFull.release(); in get()