Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dsensor.cpp328 auto asyncIter = timedoutMap.find(sensorSetKey); in asyncRead() local
329 if (asyncIter == timedoutMap.end()) in asyncRead()
344 asyncThread = std::move(asyncIter->second); in asyncRead()