Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dmain.cpp196 auto restartLbd = [](const boost::system::error_code& error) { in tryRestartControlLoops() local
219 std::bind(restartLbd, boost::system::error_code())); in tryRestartControlLoops()
225 timer.async_wait(restartLbd); in tryRestartControlLoops()