Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeSemaphore.hpp50 bool tryDecrement (void) throw();
99 inline bool Semaphore::tryDecrement (void) throw() in tryDecrement() function in de::Semaphore
DdeThreadSafeRingBuffer.hpp113 const bool success = m_empty.tryDecrement(); in tryPushFront()
142 bool success = m_fill.tryDecrement(); in tryPopBack()