Searched refs:libworker_setup (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/unbound/libunbound/ |
| H A D | libworker.c | 123 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() 382 w = libworker_setup(ctx, 1, NULL); in libworker_bg() 397 w = libworker_setup(ctx, 1, NULL); in libworker_bg() 578 struct libworker* w = libworker_setup(ctx, 0, NULL); in libworker_fg()
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 7732 - protect config access in libworker_setup().
|