Home
last modified time | relevance | path

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

/openbmc/sdbusplus/src/async/
H A Dcontext.cpp96 while (!ctx.final_stop.stop_requested()) in loop()
182 final_stop.request_stop(); in spawn_complete()
221 return !final_stop.stop_requested(); in caller_run()
323 ctx.final_stop.stop_requested(); in wait_once()
335 if (!ctx.final_stop.stop_requested() && ctx.pending) in wait_once()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp116 std::stop_source final_stop{}; member in sdbusplus::async::context