Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dsensor.cpp148 auto asyncReadTimeout = env::getEnv("ASYNC_READ_TIMEOUT", _sensor); in addValue() local
149 if (!asyncReadTimeout.empty()) in addValue()
152 std::stoi(asyncReadTimeout)}; in addValue()
H A Dmainloop.cpp516 auto asyncReadTimeout = in read() local
518 if (!asyncReadTimeout.empty()) in read()
521 std::stoi(asyncReadTimeout)}; in read()