Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSemaphore.hpp50 bool tryDecrement (void) throw();
99 inline bool Semaphore::tryDecrement (void) throw() in tryDecrement() function in de::Semaphore
H A DdeThreadSafeRingBuffer.hpp113 const bool success = m_empty.tryDecrement(); in tryPushFront()
142 bool success = m_fill.tryDecrement(); in tryPopBack()

Completed in 2 milliseconds