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.cpp515 auto asyncReadTimeout = in read() local
517 if (!asyncReadTimeout.empty()) in read()
520 std::stoi(asyncReadTimeout)}; in read()