Searched refs:front1 (Results 1 – 1 of 1) sorted by relevance
162 unsigned front1 = front_.load(std::memory_order_relaxed); in Size() local163 if (front != front1) continue; in Size()