Lines Matching defs:comm_timer
54 * o comm_timer - a timeout with callback.
90 struct internal_timer; /* A sub struct of the comm_timer super struct */
453 struct comm_timer {
783 struct comm_timer* comm_timer_create(struct comm_base* base,
790 void comm_timer_disable(struct comm_timer* timer);
797 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
803 void comm_timer_delete(struct comm_timer* timer);
810 int comm_timer_is_set(struct comm_timer* timer);
817 size_t comm_timer_get_mem(struct comm_timer* timer);
1090 struct comm_timer* timer;
1131 * @param arg: the comm_timer structure.