Searched refs:timeOutMS (Results 1 – 1 of 1) sorted by relevance
142 USED_FUNCTION void LoopFunction(milliseconds timeOutMS, const Option &option) in LoopFunction() argument147 while (std::chrono::steady_clock::now() < (now + timeOutMS)) { in LoopFunction()182 LoopDummy(timeOutMS); in LoopFunction()188 inline void Loop(milliseconds timeOutMS, const Option &option) in Loop() argument191 LoopFunction(timeOutMS, option); in Loop()