Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_queue.hpp40 __tail_(std::exchange(__other.__tail_, nullptr)) in __intrusive_queue()
44 __head_(__head), __tail_(__tail) in __intrusive_queue()
50 std::swap(__tail_, __other.__tail_); in operator =()
73 __result.__tail_ = __new_tail; in make_reversed()
81 __result.__tail_ = __list; in make()
86 while (__result.__tail_->*_Next != nullptr) in make()
88 __result.__tail_ = __result.__tail_->*_Next; in make()
101 __tail_ = nullptr; in clear()
113 __tail_ = nullptr; in pop_front()
123 if (__tail_ == nullptr) in push_front()
[all …]
H A D__run_loop.hpp47 __task* __tail_ = nullptr; member
246 __head_.__tail_ = __head_.__tail_->__next_ = __task; in __push_back_()
255 if (__head_.__tail_ == __head_.__next_) in __pop_front_()
256 __head_.__tail_ = &__head_; in __pop_front_()