Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp52 get_stop_token(t);
207 __stop_callback_{get_stop_token(get_env(__parent)), in __default_awaiter_context()
232 __self.__stop_token_ = get_stop_token(get_env(__parent)); in __default_awaiter_context()
274 __self.__stop_token_ = get_stop_token(get_env(__parent)); in __default_awaiter_context()
276 else if (auto __token = get_stop_token(get_env(__parent)); in __default_awaiter_context()
H A Dasync_scope.hpp235 stdexec::prop{get_stop_token, in get_env()
385 else if (get_stop_token(get_env(__rcvr_)).stop_requested()) in __complete_()
458 __forward_consumer_(get_stop_token(get_env(__rcvr_)),
565 stdexec::prop{get_stop_token, __scope->__stop_source_.get_token()}))
952 auto get_stop_token() const noexcept -> inplace_stop_token in get_stop_token() function
H A Dsequence_senders.hpp126 stdexec::get_stop_token(stdexec::get_env(__rcvr_)); in set_stopped()
524 auto token = stdexec::get_stop_token(stdexec::get_env(__rcvr)); in __set_value_unless_stopped()
H A Dany_sender_of.hpp826 &__rcvr, stdexec::get_stop_token(stdexec::get_env(__rcvr))} in __ref()
1051 prop{get_stop_token, __op_->__stop_source_.get_token()}, in get_env()
1079 stdexec::get_stop_token(stdexec::get_env(this->__rcvr_)), in start()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__shared.hpp259 __env_(__env::__join(prop{get_stop_token, __stop_source_.get_token()}, in __shared_state()
516 const auto __stok = stdexec::get_stop_token(stdexec::get_env(__rcvr));
H A D__read_env.hpp164 return read_env(get_stop_token); in operator ()()
H A D__execution_fwd.hpp118 extern const get_stop_token_t get_stop_token;
H A D__run_loop.hpp75 if (stdexec::get_stop_token(stdexec::get_env(__rcvr)) in __execute_impl()
H A D__when_all.hpp70 return __env::__join(prop{get_stop_token, __stop_source.get_token()}, in __mkenv()
341 __state.__on_stop_.emplace(get_stop_token(stdexec::get_env(__rcvr)),
H A D__p2300.hpp96 inline constexpr stdexec::get_stop_token_t get_stop_token{}; variable
H A D__env.hpp380 inline constexpr get_stop_token_t get_stop_token{}; variable
/openbmc/pldm/requester/
H A Dhandler.hpp502 auto stopToken = stdexec::get_stop_token(stdexec::get_env(op.receiver)); in tag_invoke()