Searched refs:__join (Results 1 – 11 of 11) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __write_env.hpp | 55 return __env::__join(__state, static_cast<_Env&&>(__env)); in __transform_env_fn() 71 return __env::__join(__state, stdexec::get_env(__rcvr)); in __anon164445800202()
|
H A D | __let.hpp | 135 return __env::__join( in get_env() 336 return __env::__join( in __mk_transform_env_fn() 440 return __env::__join( in __get_env() 508 return __env::__join(prop{get_domain, _Domain()},
|
H A D | __continue_on.hpp | 111 return __env::__join(__data, stdexec::get_env(__child));
|
H A D | __schedulers.hpp | 146 __env::__join(prop{get_scheduler, __sched}, in __mkenv_sched()
|
H A D | __env.hpp | 731 inline constexpr __join_fn __join{}; variable 734 using __join_t = __result_of<__join, _First, _Second...>; 742 return __join(__root_env{}, in operator ()()
|
H A D | __schedule_from.hpp | 224 return __env::__join(__data, stdexec::get_env(__child));
|
H A D | __shared.hpp | 259 __env_(__env::__join(prop{get_stop_token, __stop_source_.get_token()}, in __shared_state()
|
H A D | __when_all.hpp | 70 return __env::__join(prop{get_stop_token, __stop_source.get_token()}, in __mkenv()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | env.hpp | 57 return stdexec::__env::__join(static_cast<_Env&&>(__env), in operator ()()
|
H A D | async_scope.hpp | 870 __env::__join( in __t()
|
H A D | any_sender_of.hpp | 1050 return __env::__join( in get_env()
|