Searched refs:next_fire_time (Results 1 – 1 of 1) sorted by relevance
96 unsigned next_fire_time = get_milliseconds_count(); in handle_events() local97 unsigned last_fire_time = next_fire_time; in handle_events()102 if ((int) (now - next_fire_time) > 0) { in handle_events()105 next_fire_time = now + TIMER_INTERVAL_MSECS; in handle_events()108 wait_time = next_fire_time - now; in handle_events()