Searched refs:final_stop (Results 1 – 2 of 2) sorted by relevance
102 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()
115 std::stop_source final_stop{}; member in sdbusplus::async::context