Searched defs:LockFreeQueueImpl (Results 1 – 1 of 1) sorted by relevance
50 template <typename> friend class LockFreeQueueImpl; variable81 template <typename> friend class LockFreeQueueImpl; variable125 LockFreeQueueImpl(NodeType* nullNode) : LockFreeQueueImplBase(nullNode) {} in LockFreeQueueImpl() function