Home
last modified time | relevance | path

Searched defs:__impl (Results 1 – 7 of 7) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp47 struct __impl struct
49 in_place_stop_source __stop_source_{};
50 mutable std::mutex __lock_{};
51 mutable std::ptrdiff_t __active_ = 0;
52 mutable __intrusive_queue<&__task::__next_> __waiters_{};
54 ~__impl() in ~__impl()
H A Dfunctional.hpp316 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) noexcept( in __impl() function
H A Dsequence_senders.hpp189 static auto __impl() in __impl() function
H A Dat_coroutine_exit.hpp278 static auto __impl(_Action __action, _Ts... __ts) -> __task<_Ts...> in __impl() function
H A Dexecution.hpp836 static auto __impl() in __impl() function
2396 struct __impl : __sexpr_defaults struct
2398 using __tag_t = typename _JustTag::__tag_t;
6852 inline __coro::coroutine_handle<> __impl(__coro::coroutine_handle<> __destroy, in __impl() function
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp362 struct __impl struct
364 __op_state<_Sexpr, _Receiver>* __op_;
367 auto operator()(__indices<_Is...>, _Tag, _Data&&, in operator ()()
566 using __impl = __sexpr_impl<__meval<__msecond, _Tag, __tag_t>>; typedef
H A D__meta.hpp1044 struct __impl<__indices<_Idx...>> struct
1047 using __f = __minvoke<_Continuation, __m_at_c<_Idx, _Ts...>...>;
1106 static constexpr auto __impl(__indices<_Is...>) noexcept in __impl() function
1223 struct __impl struct
1233 auto operator()(__indices<_Idx...>, _Ts&&... __ts) const noexcept( in operator ()()