Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_worker.h25 } blocking_work_req; typedef
27 typedef void (*blocking_work_callback)(blocking_work_req, void *, size_t, void *);
41 blocking_work_req rtype;
145 extern int queue_blocking_request(blocking_work_req, void *,
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dntp_worker.c164 blocking_work_req rtype, in queue_blocking_request()