Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_queue.hpp148 auto* __other_head = std::exchange(__other.__head_, nullptr); in append() local
151 __head_ = __other_head; in append()
155 __tail_->*_Next = __other_head; in append()