Searched refs:libworker_setup (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/libunbound/ |
| H A D | libworker.c | 131 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/contrib/unbound/doc/ |
| H A D | Changelog | 11328 - protect config access in libworker_setup().
|