Home
last modified time | relevance | path

Searched defs:__item (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_queue.hpp107 _Item* __item = std::exchange(__head_, __head_->*_Next); in pop_front() local
118 void push_front(_Item* __item) noexcept in push_front()
129 void push_back(_Item* __item) noexcept in push_back()
H A D__intrusive_slist.hpp76 void push_front(_Item* __item) noexcept in push_front()
82 [[nodiscard]] _Item* remove(_Item* __item) noexcept in remove()
H A D__shared.hpp401 __local_state_base* __item = *__itr; in __notify_waiters() local