Searched refs:LockFreeQueueImplBase (Results 1 – 1 of 1) sorted by relevance
49 friend class LockFreeQueueImplBase; variable80 friend class LockFreeQueueImplBase; variable96 class LockFreeQueueImplBase : private NonCopyable<LockFreeQueueImplBase>104 LockFreeQueueImplBase(NodeType* emptyNode) in LockFreeQueueImplBase() function119 …class LockFreeQueueImpl : private NonCopyable<LockFreeQueueImpl<T> >, private LockFreeQueueImplBase125 LockFreeQueueImpl(NodeType* nullNode) : LockFreeQueueImplBase(nullNode) {} in LockFreeQueueImpl()126 void EnqueueImpl(NodeType* pNode) { return LockFreeQueueImplBase::EnqueueImpl(pNode); } in EnqueueImpl()128 using LockFreeQueueImplBase::IsEmpty;