Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp178 __control_block<_UncvTy, _ReservedBits>* __data_{nullptr}; member in stdexec::__ptr::__intrusive_ptr
182 __data_(__data) in __intrusive_ptr()
187 if (__data_) in __inc_ref_()
189 __data_->__inc_ref_(); in __inc_ref_()
195 if (__data_) in __dec_ref_()
197 __data_->__dec_ref_(); in __dec_ref_()
206 auto* __data = std::exchange(__data_, nullptr); in __release_()
217 __data_(std::exchange(__that.__data_, nullptr)) in __intrusive_ptr()
221 __data_(__that.__data_) in __intrusive_ptr()
235 std::exchange(__data_, std::exchange(__that.__data_, nullptr))}; in operator =()
[all …]
H A D__schedule_from.hpp153 __state_->__data_.visit(__schfr::__make_visitor_fn(__state_), in set_value()
154 __state_->__data_); in set_value()
186 __variant_t __data_; member
190 __data_(), __state2_(connect(schedule(__sched), __receiver2_t{this})) in __state()
253 __state.__data_.emplace_from(__tup::__mktuple, __tag,
260 __state.__data_.emplace_from(__tup::__mktuple, __tag,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp300 __data_.template emplace<0>(std::move(value)); in return_value()
303 __variant_for<_Ty, std::exception_ptr> __data_{}; member
314 __data_.template emplace<0>(__void{}); in return_void()
317 __variant_for<__void, std::exception_ptr> __data_{}; member
408 switch (this->__data_.index()) in disposition()
421 this->__data_.template emplace<1>(std::current_exception()); in unhandled_exception()
523 if (__coro_.promise().__data_.index() == 1) in await_resume()
525 std::move(__coro_.promise().__data_.template get<1>())); in await_resume()
527 return std::move(__coro_.promise().__data_.template get<0>()); in await_resume()
H A Dasync_scope.hpp414 __state->__data_); in __complete_()
439 if (__raw_state->__data_.index() > 0) in ~__t()
471 if (__state_->__data_.index() != 0) in start()
603 __completions_as_variant<_Completions> __data_; member
650 __state.__data_.template emplace<_Tuple>( in __save_completion()
656 __state.__data_.template emplace<_Tuple>( in __save_completion()
744 if (__raw_state->__data_.index() != 0) in ~__t()