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.cpp102 while (!ctx.final_stop.stop_requested()) in loop()
167 final_stop.request_stop(); in spawn_complete()
206 return !final_stop.stop_requested(); in caller_run()
308 ctx.final_stop.stop_requested(); in wait_once()
320 if (!ctx.final_stop.stop_requested() && ctx.pending) in wait_once()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp115 std::stop_source final_stop{}; member in sdbusplus::async::context