Home
last modified time | relevance | path

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

/openbmc/sdbusplus/src/async/
H A Dcontext.cpp162 spawn_watcher_running = false; in spawn_complete()
187 if (spawn_watcher_running) in spawn_watcher()
192 spawn_watcher_running = true; in spawn_watcher()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp121 bool spawn_watcher_running = false; member in sdbusplus::async::context