Searched refs:__join (Results 1 – 12 of 12) 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() 446 return __env::__join( in __get_env() 522 return __env::__join(prop{get_domain, _Domain()},
|
H A D | __continues_on.hpp | 111 return __env::__join(__data, stdexec::get_env(__child));
|
H A D | __continue_on.hpp | 111 return __env::__join(__data, stdexec::get_env(__child));
|
H A D | __env.hpp | 741 inline constexpr __join_fn __join{}; variable 744 using __join_t = __result_of<__join, _First, _Second...>; 752 return __join(__root_env{}, in operator ()()
|
H A D | __schedulers.hpp | 148 __env::__join(prop{get_scheduler, __sched}, in __mkenv_sched()
|
H A D | __schedule_from.hpp | 225 return __env::__join(__data, stdexec::get_env(__child));
|
H A D | __shared.hpp | 261 __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 | 869 __env::__join( in __t()
|
H A D | any_sender_of.hpp | 1049 return __env::__join( in get_env()
|