Home
last modified time | relevance | path

Searched refs:blocking_work_callback (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_worker.h25 typedef void (*blocking_work_callback)(blocking_work_req, void *, size_t, void *); typedef
41 blocking_work_callback done_func;
144 size_t, blocking_work_callback,
/freebsd/contrib/ntp/libntp/
H A Dntp_worker.c165 blocking_work_callback done_func, in queue_blocking_request()