Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_mpsc_queue.hpp37 void* __front_{&__nil_}; member in stdexec::__intrusive_mpsc_queue
69 if (__front_ == static_cast<void*>(&__nil_)) in pop_front()
76 __front_ = __next; in pop_front()
78 _Node* __front = static_cast<_Node*>(__front_); in pop_front()
82 __front_ = __next; in pop_front()
92 __front_ = __next; in pop_front()