Searched refs:tryDecrement (Results 1 – 2 of 2) sorted by relevance
50 bool tryDecrement (void) throw();99 inline bool Semaphore::tryDecrement (void) throw() in tryDecrement() function in de::Semaphore
113 const bool success = m_empty.tryDecrement(); in tryPushFront()142 bool success = m_fill.tryDecrement(); in tryPopBack()