Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/ARMv6/
Dutil_LockFreeQueueImpl.h28 class LockFreeQueueNodeBase; variable
32 LockFreeQueueNodeBase* pointer;
47 class LockFreeQueueNodeBase : private NonCopyable<LockFreeQueueNodeBase>
78 …FreeQueueNode : private nn::util::NonCopyable<LockFreeQueueNode<T> >, private LockFreeQueueNodeBase
83 typedef LockFreeQueueNodeBase Base;
100 typedef LockFreeQueueNodeBase NodeType;
131 …(LockFreeQueuePointer* pTarget, const LockFreeQueuePointer& comp, LockFreeQueueNodeBase* swapNode,…