Searched refs:t_when (Results 1 – 1 of 1) sorted by relevance
43 time_t t_when; member53 return (sched_ptr->t_when); in sched_next()89 str = tprintf(FMT_SCHED, fmt, short2str(buf), tp->t_when, &count); in dosched()167 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600 + dif_min * 60; in dosched()169 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600L + dif_min * 60L; in dosched()172 for (pp = &sched_ptr; *pp != NULL && tp->t_when >= (*pp)->t_when; in dosched()203 if (!(sched_ptr && sched_ptr->t_when < cur_time)) { in sched_run()211 while ((tp = sched_ptr) != NULL && tp->t_when < cur_time) { in sched_run()