Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp94 struct __scheduler { struct in stdexec::__loop::run_loop
96 struct __schedule_task {
144 explicit __scheduler(run_loop* __loop) noexcept in __scheduler() argument
148 run_loop* __loop_;
151 using __t = __scheduler;
152 using __id = __scheduler;
156 auto schedule() const noexcept -> __schedule_task { in schedule()
161 auto query(get_forward_progress_guarantee_t) const noexcept in query()
168 auto query(execute_may_block_caller_t) const noexcept -> bool { in query()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp1094 class __scheduler { class
1103 __scheduler(_Scheduler&& __scheduler) in __scheduler() function in exec::__any::__scheduler
1150 const _Scheduler& __scheduler = *static_cast<const _Scheduler*>(__object_pointer); in STDEXEC_MEMFN_DECL() local
1322 any_scheduler(_Scheduler __scheduler) in any_scheduler()
H A Dtask.hpp112 explicit __default_task_context_impl(_Scheduler&& __scheduler) in __default_task_context_impl()