Home
last modified time | relevance | path

Searched refs:__with (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp391 struct __with struct
393 using __t = __with; argument
394 using __id = __with; argument
398 __with() = default;
400 constexpr explicit __with(_Value __value) noexcept( in __with() argument
405 constexpr explicit __with(_Value __value, _Tag, _Tags...) noexcept( in __with() argument
411 friend auto tag_invoke(_Key, const __with& __self) // in tag_invoke()
419 __with(_Value, _Tag, _Tags...) -> __with<_Value, _Tag, _Tags...>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp26 using with_t = stdexec::__env::__with<_Value, _Tag>;
35 return stdexec::__env::__with(static_cast<_Value&&>(__val), _Tag()); in operator ()()
H A Dasync_scope.hpp775 __env::__join_t<_Env, __env::__with<in_place_stop_token, get_stop_token_t>,
776 __env::__with<__inln::__scheduler, get_scheduler_t>>;
835 __env::__with(__scope->__stop_source_.get_token(), in __t()
837 __env::__with(__inln::__scheduler{}, get_scheduler)), in __t()
H A Dexecution.hpp379 __env::__join_t<__env::__with<bool, __is_debug_env_t>, _Env>;
2290 -> __env::__with<__inln::__scheduler,
2292 return __env::__with(__inln::__scheduler{}, in __anon996f5b230502()
4053 __env::__with(__self.__sched_, get_scheduler), in tag_invoke()
4212 __env::__with(get_completion_scheduler<_Set>( in __mk_transform_env_fn()
4859 __env::__with<stdexec::__t<_SchedulerId>,
4866 __t::__with{std::move(__sched)} in __t()
5275 __env::__join(__env::__with(__sched, get_scheduler), in __mkenv_sched()
5726 return __env::__with(_Domain(), get_domain);
5903 return __env::__with(_Domain(), get_domain);
[all …]
H A Dany_sender_of.hpp997 __env::__join_t<__env::__with<in_place_stop_token, get_stop_token_t>, _Env>;
1052 __env::__with(__self.__op_->__stop_source_.get_token(), in tag_invoke()