HomeSort by relevance Sort by last modified time
    Searched refs:tryDecrement (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/decpp/
deSemaphore.hpp 50 bool tryDecrement (void) throw();
99 inline bool Semaphore::tryDecrement (void) throw()
deThreadSafeRingBuffer.hpp 113 const bool success = m_empty.tryDecrement();
142 bool success = m_fill.tryDecrement();

Completed in 55 milliseconds