Searched refs:new_now (Results 1 – 2 of 2) sorted by relevance
169 nsec_t new_now; in periodic_thread() local172 new_now = rt_gettime(); in periodic_thread()173 delta += new_now - now; /* how long we did sleep */ in periodic_thread()174 now = new_now; in periodic_thread()
212 int64_t new_now = TickTime::MillisecondTimestamp(); in Process() local213 m.next_callback = GetNextCallbackTime(m.module, new_now); in Process()