Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DThresholds.hpp97 struct TimerUsed timerUsed = {}; in stopTimer() local
100 timerUsed = timer.first; in stopTimer()
101 if (timerUsed.used) in stopTimer()
103 if ((timerUsed.level == threshold.level) && in stopTimer()
104 (timerUsed.direction == threshold.direction) && in stopTimer()
105 (timerUsed.assert == assert)) in stopTimer()
H A DThresholds.cpp339 struct TimerUsed timerUsed = {}; in startTimer() local
353 pair = &timers.emplace_back(timerUsed, boost::asio::steady_timer(io)); in startTimer()