Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp27 const static constexpr auto timeoutMicroSeconds = 1000000; variable
113 timer->start(std::chrono::microseconds(timeoutMicroSeconds)); in savePostCodes()