Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dmain.cpp236 auto stopLbd = [](const boost::system::error_code& error) { in tryTerminateControlLoops() local
260 boost::asio::post(io, std::bind(stopLbd, boost::system::error_code())); in tryTerminateControlLoops()
266 timer.async_wait(stopLbd); in tryTerminateControlLoops()