Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp205 auto __pop_front_() -> __task*;
229 for (__task* __task; (__task = __pop_front_()) != &__head_;) in run()
250 inline auto run_loop::__pop_front_() -> __task* in __pop_front_() function in stdexec::__loop::run_loop