/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | async_scope.hpp | 78 struct __t : __task struct 80 using __id = __when_empty_op; 82 explicit __t(const __impl* __scope, _Constrained&& __sndr, in __t() function 89 void start() & noexcept in start() 104 static void __notify_waiter(__task* __self) noexcept in __notify_waiter() 110 connect_result_t<_Constrained, _Receiver> __op_; 119 struct __t struct 121 using __id = __when_empty_sender; 122 using sender_concept = stdexec::sender_t; 125 using __when_empty_op_t = [all …]
|
H A D | at_coroutine_exit.hpp | 45 struct __t struct 47 using receiver_concept = stdexec::receiver_t; 48 using __id = __receiver_id; 49 _Receiver __receiver_; 53 void set_value(_Args&&... __args) noexcept in set_value() 61 void set_error(_Error&& __err) noexcept in set_error() 67 [[noreturn]] void set_stopped() noexcept in set_stopped() 72 auto get_env() const noexcept -> env_of_t<_Receiver> in get_env() 90 struct __t struct 92 using __id = __sender_id; [all …]
|
H A D | any_sender_of.hpp | 309 class __t : __immovable class 337 __t(_Tp&& __object) : __vtable_{__get_vtable_of_type<_Tp>()} in __t() function in exec::__any::__immovable_storage::__t 353 __t(std::in_place_type_t<_Tp>, _Args&&... __args) : in __t() function in exec::__any::__immovable_storage::__t 460 class __storage<_Vtable, _Allocator, _Copyable, _InlineSize, _Alignment>::__t : class in exec::__any::__storage 507 __t(_Tp&& __object) : __vtable_{__get_vtable_of_type<_Tp>()} in __t() function in exec::__any::__storage::__t 522 __t(std::in_place_type_t<_Tp>, _Args&&... __args) : in __t() function in exec::__any::__storage::__t 535 __t(const __t& __other) in __t() function in exec::__any::__storage::__t 551 __t(__t&& __other) noexcept in __t() function in exec::__any::__storage::__t 757 class __t : class 818 using __t = __ref; typedef [all …]
|
H A D | sequence_senders.hpp | 94 struct __t struct 96 using receiver_concept = stdexec::receiver_t; 97 using __id = __stopped_means_break; 98 using _Receiver = stdexec::__t<_ReceiverId>; 99 using _Token = stop_token_of_t<env_of_t<_Receiver>>; 103 auto get_env() const noexcept -> env_of_t<_Receiver> in get_env() 108 void set_value() noexcept in set_value() 114 void set_stopped() noexcept in set_stopped()
|
H A D | env.hpp | 88 struct __t : __immovable struct 90 using __id = __operation; 94 _Receiver __rcvr_; 96 void start() & noexcept in start() 127 using __t = __sender; typedef
|
H A D | task.hpp | 350 using __t = basic_task; typedef in exec::__task::basic_task 387 using __t = __promise; typedef
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __connect_awaitable.hpp | 104 struct __t : __operation_base struct 106 using promise_type = stdexec::__t<__promise<_ReceiverId>>; 116 struct __t : __promise_base struct 118 using __id = __promise; 121 __t(auto&&, _Receiver&& __rcvr) noexcept : __rcvr_(__rcvr) {} in __t() argument 123 explicit __t(auto&, _Receiver& __rcvr) noexcept : __rcvr_(__rcvr) {} in __t() function 126 auto unhandled_stopped() noexcept -> __coro::coroutine_handle<> in unhandled_stopped() 135 auto get_return_object() noexcept in get_return_object() 143 auto await_transform(_Awaitable&& __awaitable) noexcept -> _Awaitable&& in await_transform() 150 auto await_transform(_Awaitable&& __awaitable) // in await_transform() [all …]
|
H A D | __sync_wait.hpp | 94 struct __t struct 96 using receiver_concept = receiver_t; 97 using __id = __receiver; 98 __state* __state_; 99 std::optional<std::tuple<_Values...>>* __values_; 103 void set_value(_As&&... __as) noexcept in set_value() 117 void set_error(_Error __err) noexcept in set_error() 138 void set_stopped() noexcept in set_stopped() 143 auto get_env() const noexcept -> __env in get_env() 157 using __t = __receiver_t<_Sender>; typedef [all …]
|
H A D | __start_detached.hpp | 39 struct __t struct 41 using receiver_concept = receiver_t; 42 using __id = __detached_receiver; 47 void set_value(_As&&...) noexcept in set_value() 51 [[noreturn]] void set_error(_Error&&) noexcept in set_error() 56 void set_stopped() noexcept {} in set_stopped() 58 auto get_env() const noexcept -> const _Env& in get_env()
|
H A D | __as_awaitable.hpp | 95 struct __t : __receiver_base<_Value> struct 97 using __id = __receiver; 99 void set_stopped() noexcept in set_stopped() 110 auto get_env() const noexcept -> env_of_t<_Promise&> in get_env() 182 struct __t : __sender_awaitable_base<__value> struct 184 __t(_Sender&& sndr, __coro::coroutine_handle<_Promise> __hcoro) // in __t() argument 190 void await_suspend(__coro::coroutine_handle<_Promise>) noexcept in await_suspend() 196 using __receiver = __receiver_t<_Sender, _Promise>; 197 connect_result_t<_Sender, __receiver> __op_state_;
|
H A D | __run_loop.hpp | 62 struct __t : __task struct 64 using __id = __operation; 66 run_loop* __loop_; 70 static void __execute_impl(__task* __p) noexcept in __execute_impl() 92 explicit __t(__task* __tail) noexcept : __task{{}, this, __tail} {} in __t() argument 94 __t(__task* __next, run_loop* __loop, _Receiver __rcvr) : in __t() function 116 using __t = __schedule_task; typedef 139 using __t = __env; typedef 172 using __t = __scheduler; typedef
|
H A D | __env.hpp | 347 using __t = __root_env; typedef 457 using __t = prop; typedef 482 using __t = env; typedef 517 using __t = env; typedef 562 using __t = __with; typedef 597 struct __t struct 599 using __id = __fwd; 604 using __cvref_env_t = std::add_const_t<_Env>&; 606 using __cvref_env_t = const _Env&; 611 auto query(_Tag) const in query() [all …]
|
H A D | __basic_sender.hpp | 168 struct __t struct 170 using receiver_concept = receiver_t; 171 using _Receiver = stdexec::__t<_ReceiverId>; 172 using __sexpr = _Sexpr; 173 using __index = _Idx; 174 using __id = __receiver; 175 using __parent_op_t = __op_state<_Sexpr, _Receiver>; 176 using __tag_t = tag_of_t<_Sexpr>; 180 __parent_op_t* __op_; 194 void set_value(_Args&&... __args) noexcept in set_value() [all …]
|
H A D | __shared.hpp | 190 struct __t struct 192 using receiver_concept = receiver_t; 193 using __id = __receiver; 197 void set_value(_As&&... __as) noexcept in set_value() 204 void set_error(_Error&& __err) noexcept in set_error() 211 void set_stopped() noexcept in set_stopped() 216 auto get_env() const noexcept -> const __env_t<_Env>& in get_env() 222 __shared_state<_CvrefSender, _Env>* __sh_state_;
|
H A D | __schedule_from.hpp | 97 struct __t struct 99 using __id = __environ; 101 _Scheduler __sched_; 104 auto query(get_completion_scheduler_t<_Tag>) const noexcept in query() 109 auto query(get_domain_t) const noexcept in query()
|
H A D | __debug.hpp | 111 using __t = __debug_receiver; typedef 121 using __t = __debug_receiver; typedef 158 struct __t struct 164 __t(__debug_receiver<_CvrefSenderId, _Env, in __t() argument
|
H A D | __meta.hpp | 36 using __t = typename _Tp::__t; typedef 41 using __t = _Ty; typedef 394 using __t = __meval__<_Fn, _Args...>; typedef 414 using __t = __minvoke__<_Fn, _Args...>; typedef 556 using __t = __minvoke<_Fn, _Args...>; typedef 569 using __t = __minvoke<_Fn, _Args...>; typedef 960 using __t = _Ty; typedef 1029 using __t = __call_result_t<_Fn>; typedef 1062 using __t = __minvoke<_Continuation, __minvoke<_Fn, _Cs, _Ds>...>; typedef
|
H A D | __inline_scheduler.hpp | 35 using __t = __scheduler; typedef
|
H A D | __receiver_ref.hpp | 97 using __t = __receiver_ref; typedef in stdexec::__any_::__receiver_ref
|
H A D | __tuple.hpp | 125 using __t = __tuple<__indices_for<_Ts...>{}, _Ts...>; typedef
|
H A D | __submit.hpp | 48 using __t = __receiver; typedef
|
H A D | __let.hpp | 162 using __t = __mexception< typedef 470 using __t = _Set; typedef
|
H A D | __on.hpp | 85 using __t = __with_sched; typedef
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | uaccess.h | 252 #define __get_user_err(x, ptr, err, __t) \ argument 289 #define __get_user_asm_byte(x, addr, err, __t) \ argument 294 #define __get_user_asm_half(x, addr, err, __t) \ argument 300 #define __get_user_asm_half(x, __gu_addr, err, __t) \ argument 308 #define __get_user_asm_half(x, __gu_addr, err, __t) \ argument 319 #define __get_user_asm_word(x, addr, err, __t) \ argument 391 #define __put_user_asm_byte(x, __pu_addr, err, __t) \ argument 396 #define __put_user_asm_half(x, __pu_addr, err, __t) \ argument 402 #define __put_user_asm_half(x, __pu_addr, err, __t) \ argument 409 #define __put_user_asm_half(x, __pu_addr, err, __t) \ argument [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 230 #define for_each_cpu_transcoder(__dev_priv, __t) \ argument 234 #define for_each_cpu_transcoder_masked(__dev_priv, __t, __mask) \ argument
|