Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp43 __task* __next_ = this; member
245 __task->__next_ = &__head_; in __push_back_()
246 __head_.__tail_ = __head_.__tail_->__next_ = __task; in __push_back_()
254 [this] { return __head_.__next_ != &__head_ || __stop_; }); in __pop_front_()
255 if (__head_.__tail_ == __head_.__next_) in __pop_front_()
257 return std::exchange(__head_.__next_, __head_.__next_->__next_); in __pop_front_()
H A D__shared.hpp84 __local_state_base* __next_{}; member
238 using __waiters_list_t = __intrusive_slist<&__local_state_base::__next_>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp59 __inplace_stop_callback_base* __next_ = nullptr; member
290 __callbacks_ = __callbk->__next_; in request_stop()
380 __callbk->__next_ = __callbacks_; in __try_add_callback_()
384 __callbacks_->__prev_ptr_ = &__callbk->__next_; in __try_add_callback_()
402 *__callbk->__prev_ptr_ = __callbk->__next_; in __remove_callback_()
403 if (__callbk->__next_ != nullptr) in __remove_callback_()
405 __callbk->__next_->__prev_ptr_ = __callbk->__prev_ptr_; in __remove_callback_()
H A Dasync_scope.hpp48 __task* __next_ = nullptr; member
60 mutable __intrusive_queue<&__task::__next_> __waiters_{};
356 __subscription* __next_ = nullptr; member
604 __intrusive_queue<&__subscription::__next_> __subscribers_;