Home
last modified time | relevance | path

Searched defs:libworker (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.h68 struct libworker { struct
70 int thread_num;
72 struct ub_ctx* ctx;
75 int is_bg;
77 int is_bg_thread;
101 int libworker_bg(struct ub_ctx* ctx); argument