Home
last modified time | relevance | path

Searched refs:comm_timer_is_set (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnetevent.h810 int comm_timer_is_set(struct comm_timer* timer);
H A Dnetevent.c2169 if(comm_timer_is_set(c->doq_socket->timer))
6949 comm_timer_is_set(struct comm_timer* timer) function
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c224 if(!comm_timer_is_set(mq->wakeup_timer)) in dt_msg_queue_start_timer()