Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/util/ARMv6/
Dutil_LockFreeQueueImpl.h49 friend class LockFreeQueueImplBase; variable
80 friend class LockFreeQueueImplBase; variable
96 class LockFreeQueueImplBase : private NonCopyable<LockFreeQueueImplBase>
104 LockFreeQueueImplBase(NodeType* emptyNode) in LockFreeQueueImplBase() function
119 …class LockFreeQueueImpl : private NonCopyable<LockFreeQueueImpl<T> >, private LockFreeQueueImplBase
125 LockFreeQueueImpl(NodeType* nullNode) : LockFreeQueueImplBase(nullNode) {} in LockFreeQueueImpl()
126 void EnqueueImpl(NodeType* pNode) { return LockFreeQueueImplBase::EnqueueImpl(pNode); } in EnqueueImpl()
128 using LockFreeQueueImplBase::IsEmpty;