Lines Matching defs:comm_timer
54 * o comm_timer - a timeout with callback.
82 struct internal_timer; /* A sub struct of the comm_timer super struct */
423 struct comm_timer {
729 struct comm_timer* comm_timer_create(struct comm_base* base,
736 void comm_timer_disable(struct comm_timer* timer);
743 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
749 void comm_timer_delete(struct comm_timer* timer);
756 int comm_timer_is_set(struct comm_timer* timer);
763 size_t comm_timer_get_mem(struct comm_timer* timer);
967 * @param arg: the comm_timer structure.