Searched defs:to2 (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dtest-ioloop.c96 struct timeout *to, *to2; local
105 to2 = timeout_add(1000, timeout_callback, &tv_callback);
107 to2 = io_loop_move_timeout(&to2);
124 timeout_remove(&to2);
H A Dtest-iostream-pump.c75 struct timeout *to2 = NULL; local
82 to2 = timeout_add_short(0, pump_nonblocking_timeout, &ctx);
98 timeout_remove(&to2);
H A Dioloop.c517 const struct timeout *to1 = p1, *to2 = p2; local
519 return timeval_cmp(&to1->next_run, &to2->next_run);

Completed in 13 milliseconds