Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/dnstap/
Ddtstream.h272 void mq_wakeup_cb(void* arg);
Ddtstream.c111 mq->wakeup_timer = comm_timer_create(base, mq_wakeup_cb, mq); in dt_msg_queue_create()
176 mq_wakeup_cb(void* arg) in mq_wakeup_cb() function
/freebsd-12-stable/contrib/unbound/util/
Dfptr_wlist.c143 else if(fptr == &mq_wakeup_cb) return 1; in fptr_whitelist_comm_timer()