Lines Matching defs:time
7 #include "time-util.h"
229 called all the time - millisecond is more than enough */
322 timeout_add_absolute_to(struct ioloop *ioloop, const struct timeval *time,
332 timeout->next_run = *time;
340 timeout_add_absolute(const struct timeval *time,
345 return timeout_add_absolute_to(current_ioloop, time,
596 /* time moved backwards */
602 /* the callback may have slept, so check the time again. */
610 /* time moved forwards */
768 /* initialize time */