Searched refs:timer_previous (Results 1 – 1 of 1) sorted by relevance
1112 static uint_t timer_previous; /* When last SIGALRM occurred */ variable1118 timer_previous = getcurrenttime(); in timer_init()1182 elapsed = now - timer_previous; in conditional_run_timeouts()1230 elapsed = now - timer_previous; in run_timeouts()1231 timer_previous = now; in run_timeouts()