Home
last modified time | relevance | path

Searched refs:prev_time (Results 1 – 3 of 3) sorted by relevance

/minix/minix/lib/libsys/
H A Dtimers.c43 clock_t prev_time, next_time; in set_timer() local
51 arg, &prev_time, &next_time); in set_timer()
54 if (!expiring && (!had_timers || next_time != prev_time)) { in set_timer()
67 clock_t next_time, prev_time; in cancel_timer() local
73 have_timers = tmrs_clrtimer(&timers, tp, &prev_time, &next_time); in cancel_timer()
83 else if (prev_time != next_time) in cancel_timer()
/minix/minix/lib/libtimers/
H A Dtmrs_clr.c14 tmrs_clrtimer(minix_timer_t ** tmrs, minix_timer_t * tp, clock_t * prev_time, in tmrs_clrtimer() argument
21 if (prev_time != NULL) in tmrs_clrtimer()
22 *prev_time = (*tmrs)->tmr_exp_time; in tmrs_clrtimer()
/minix/minix/tests/
H A Dcommon.c166 static time_t start_time, prev_time; in printprogress() local
175 if(now > start_time && prev_time < now) { in printprogress()
191 prev_time = now; in printprogress()