Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/util/ARMv6/
Dutil_LockFreeQueueImpl.h50 template <typename> friend class LockFreeQueueImpl; variable
81 template <typename> friend class LockFreeQueueImpl; variable
119 …class LockFreeQueueImpl : private NonCopyable<LockFreeQueueImpl<T> >, private LockFreeQueueImplBase
125 LockFreeQueueImpl(NodeType* nullNode) : LockFreeQueueImplBase(nullNode) {} in LockFreeQueueImpl() function
134 LockFreeQueueImpl<T>::NodeType* LockFreeQueueImpl<T>::DequeueImpl(T* pDequeuedObject) in DequeueImpl()
/CTR-SDK-0.14.4/include/nn/util/
Dutil_LockFreeQueue.h27 using nn::util::ARMv4::detail::LockFreeQueueImpl;
37 using nn::util::ARMv6::detail::LockFreeQueueImpl;