Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp58 struct __operation struct
64 using __id = __operation;
108 friend struct __operation;
124 using __operation = typedef
125 stdexec::__t<__operation<stdexec::__id<_Receiver>>>;
128 auto connect(_Receiver __rcvr) const -> __operation<_Receiver> in connect()
214 inline void __operation<_ReceiverId>::__t::start() & noexcept in start()
H A D__submit.hpp107 struct __operation struct
111 using __receiver_t = __receiver<__ref_t<__operation>>; argument
117 __operation(_Sender&& __sndr, _Receiver __rcvr) : in __operation() function
134 using _Op = __operation<__id<_Sender>, __id<_Receiver>>; in operator ()()
156 start((new __operation<__id<_Sender>, __id<_Receiver>>{ in operator ()()
H A D__connect_awaitable.hpp102 struct __operation struct
136 -> stdexec::__t<__operation<_ReceiverId>> in get_return_object()
138 return stdexec::__t<__operation<_ReceiverId>>{ in get_return_object()
172 using __operation_t = __t<__operation<__id<_Receiver>>>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp83 struct __operation struct
90 using __id = __operation;
121 using __operation_t = __t<__operation<_Tag, __id<_Default>, __id<_Receiver>>>;
H A Dany_sender_of.hpp1060 struct __operation struct
1067 using __id = __operation;
1092 struct __operation<_ReceiverId, false> struct
1099 using __id = __operation;
1253 __operation<stdexec::__id<_Rcvr>, __with_inplace_stop_token>> in connect()