Searched refs:tryPopBack (Results 1 – 2 of 2) sorted by relevance
48 bool tryPopBack (T& dst);137 bool ThreadSafeRingBuffer<T>::tryPopBack (T& dst) in tryPopBack() function in de::ThreadSafeRingBuffer
248 if (m_msgQueue.tryPopBack(msg)) in run()