Searched refs:MIN_TIMEJUMP (Results 1 – 1 of 1) sorted by relevance
485 #define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */ macro3478 if (expect_true (mn_now - now_floor < MIN_TIMEJUMP * .5)) in time_update()3502 if (expect_true ((diff < 0. ? -diff : diff) < MIN_TIMEJUMP)) in time_update()3521 if (expect_false (mn_now > ev_rt_now || ev_rt_now > mn_now + max_block + MIN_TIMEJUMP)) in time_update()