Searched refs:Clock (Results 1 – 5 of 5) sorted by relevance
38 using Clock = std::chrono::steady_clock; variable39 using TimePoint = std::chrono::time_point<Clock, Nanos>;57 TimePoint now = Clock::now(); in registerRecurrentEvent()100 auto now = Clock::now(); in loop()
39 using Clock = std::chrono::steady_clock; variable41 using TimePoint = std::chrono::time_point<Clock, Nanos>;
67 TimePoint eventTime = Clock::now() + mGenCfg.interval; in nextEvent()
56 TimePoint eventTime = Clock::now(); in nextEvent()
184 /** Clock - MetaDataClock */