Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DThresholds.hpp71 using TimerPair = std::pair<struct TimerUsed, boost::asio::steady_timer>; typedef
80 for (TimerPair& timer : timers) in hasActiveTimer()
98 for (TimerPair& timer : timers) in stopTimer()
118 std::list<TimerPair> timers;
H A DThresholds.cpp344 TimerPair* pair = nullptr; in startTimer()
346 for (TimerPair& timer : timers) in startTimer()