Home
last modified time | relevance | path

Searched refs:run_loop (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp39 class run_loop;
66 run_loop* __loop_;
94 __t(__task* __next, run_loop* __loop, _Receiver __rcvr) : in __t()
105 class run_loop class
142 run_loop* __loop_;
152 explicit __schedule_task(run_loop* __loop) noexcept : in __schedule_task()
156 run_loop* const __loop_;
165 friend run_loop;
167 explicit __scheduler(run_loop* __loop) noexcept : __loop_(__loop) {} in __scheduler()
169 run_loop* __loop_;
[all …]
H A D__sync_wait.hpp51 run_loop* __loop_ = nullptr;
53 auto query(get_scheduler_t) const noexcept -> run_loop::__scheduler in query()
59 -> run_loop::__scheduler in query()
88 run_loop __loop_;
H A D__p2300.hpp348 using run_loop STDEXEC_STD_DEPRECATED = stdexec::run_loop; typedef
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp104 execution::run_loop loop{};