Searched refs:comm_timer_create (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.h693 struct comm_timer* comm_timer_create(struct comm_base* base,
H A Dnetevent.c4145 comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg) function
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c1831 worker->stat_timer = comm_timer_create(worker->base,
1901 worker->env.probe_timer = comm_timer_create(worker->base,
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.c111 mq->wakeup_timer = comm_timer_create(base, mq_wakeup_cb, mq);
/freebsd-11-stable/testcode/
H A Dfake_event.c1527 struct comm_timer* comm_timer_create(struct comm_base* base, function
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c1956 pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
2144 if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
H A Dauthzone.c5168 xfr->task_transfer->timer = comm_timer_create(env->worker_base,
6090 xfr->task_probe->timer = comm_timer_create(env->worker_base,
6625 xfr->task_nextprobe->timer = comm_timer_create(
H A Dmesh.c440 mstate->s.serve_expired_data->timer = comm_timer_create(

Completed in 130 milliseconds