Searched defs:__impl (Results 1 – 9 of 9) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __just.hpp | 35 struct __impl : __sexpr_defaults struct 37 using __tag_t = typename _JustTag::__tag_t;
|
H A D | __basic_sender.hpp | 313 struct __impl struct 315 __op_state<_Sexpr, _Receiver>* __op_; 318 auto operator()(__indices<_Is...>, _Child&&... __child) const in operator ()() 514 using __impl = __sexpr_impl<__meval<__msecond, _Self, __tag_t>>; typedef
|
H A D | __meta.hpp | 1152 struct __impl<__indices<_Idx...>> struct 1155 using __f = __minvoke<_Continuation, __m_at_c<_Idx, _Ts...>...>; 1211 static constexpr auto __impl(__indices<_Is...>) noexcept in __impl() function 1330 struct __impl struct 1341 auto operator()(__indices<_Idx...>, _Ts&&... __ts) const noexcept( in operator ()()
|
H A D | __senders.hpp | 94 static auto __impl() in __impl() function
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | async_scope.hpp | 54 struct __impl struct 56 inplace_stop_source __stop_source_{}; 57 mutable std::mutex __lock_{}; 58 mutable std::ptrdiff_t __active_ = 0; 59 mutable __intrusive_queue<&__task::__next_> __waiters_{}; 61 ~__impl() in ~__impl()
|
H A D | coroutine.hpp | 128 inline __coro::coroutine_handle<> __impl(__coro::coroutine_handle<> __destroy, in __impl() function
|
H A D | functional.hpp | 264 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl() function
|
H A D | sequence_senders.hpp | 183 static auto __impl() in __impl() function
|
H A D | at_coroutine_exit.hpp | 275 static auto __impl(_Action __action, _Ts... __ts) -> __task<_Ts...> in __impl() function
|