Home
last modified time | relevance | path

Searched defs:__scheduler (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp111 struct __scheduler struct in stdexec::__loop::run_loop
114 struct __schedule_task
167 explicit __scheduler(run_loop* __loop) noexcept : __loop_(__loop) {} in __scheduler() argument
169 run_loop* __loop_;
172 using __t = __scheduler;
173 using __id = __scheduler;
176 [[nodiscard]] auto schedule() const noexcept -> __schedule_task in schedule()
181 auto query(get_forward_progress_guarantee_t) const noexcept in query()
188 auto query(execute_may_block_caller_t) const noexcept -> bool in query()
H A D__inline_scheduler.hpp33 struct __scheduler struct
35 using __t = __scheduler;
36 using __id = __scheduler;
40 STDEXEC_MEMFN_DECL(auto schedule)(this __scheduler) in STDEXEC_MEMFN_DECL()
45 auto query(get_forward_progress_guarantee_t) const noexcept in query()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp1264 class __scheduler class
1275 __scheduler(_Scheduler&& __scheduler) : in __scheduler() argument
1337 const _Scheduler& __scheduler = in STDEXEC_MEMFN_DECL() local
1542 any_scheduler(_Scheduler __scheduler) : in any_scheduler()
H A Dtask.hpp132 explicit __default_task_context_impl(_Scheduler&& __scheduler) : in __default_task_context_impl()