Searched refs:timer (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dioloop.c575 struct io_wait_timer *timer; local
581 for (timer = ioloop->wait_timers; timer != NULL; timer = timer->next)
582 timer->usecs += diff;
853 struct io_wait_timer *timer = ioloop->wait_timers; local
855 "IO wait timer leak: %s:%u",
856 timer->source_filename,
857 timer
1157 struct io_wait_timer *timer; local
1178 struct io_wait_timer *timer = *_timer; local
1194 struct io_wait_timer *timer = *_timer; local
1201 io_wait_timer_get_usecs(struct io_wait_timer *timer) argument
[all...]
H A Dioloop.h274 struct io_wait_timer *io_wait_timer_move(struct io_wait_timer **timer);
275 struct io_wait_timer *io_wait_timer_move_to(struct io_wait_timer **timer,
277 void io_wait_timer_remove(struct io_wait_timer **timer);
278 uint64_t io_wait_timer_get_usecs(struct io_wait_timer *timer);

Completed in 9 milliseconds