Searched refs:__front (Results 1 – 1 of 1) sorted by relevance
78 _Node* __front = static_cast<_Node*>(__front_); in pop_front() local79 void* __next = (__front->*_Next).load(std::memory_order_acquire); in pop_front()83 return __front; in pop_front()90 __next = (__front->*_Next).load(std::memory_order_acquire); in pop_front()93 return __front; in pop_front()