Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/libunbound/
HDlibworker.c131 libworker_setup(struct ub_ctx* ctx, int is_bg, struct ub_event_base* eb) in libworker_setup() function
261 return libworker_setup(ctx, 0, eb); in libworker_create_event()
383 w = libworker_setup(ctx, 1, NULL); in libworker_bg()
399 w = libworker_setup(ctx, 1, NULL); in libworker_bg()
607 struct libworker* w = libworker_setup(ctx, 0, NULL); in libworker_fg()
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog10796 - protect config access in libworker_setup().