Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dsensor_manager.cpp151 uint64_t pollingTimeInUsec = pollingTime * 1000; in doSensorPollingTask() local
194 while (((t1 - t0) < pollingTimeInUsec) && (toBeUpdated > 0)) in doSensorPollingTask()
241 } while ((t1 - t0) >= pollingTimeInUsec); in doSensorPollingTask()