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 {
790 struct comm_timer* comm_timer_create(struct comm_base* base,
797 void comm_timer_disable(struct comm_timer* timer);
804 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
810 void comm_timer_delete(struct comm_timer* timer);
817 int comm_timer_is_set(struct comm_timer* timer);
824 size_t comm_timer_get_mem(struct comm_timer* timer);
1091 struct comm_timer* timer;
1132 * @param arg: the comm_timer structure.