Searched refs:libworker_setup (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/unbound/libunbound/ |
| H A D | libworker.c | 134 libworker_setup(struct ub_ctx* ctx, int is_bg, struct ub_event_base* eb) in libworker_setup() function 274 return libworker_setup(ctx, 0, eb); in libworker_create_event() 395 w = libworker_setup(ctx, 1, NULL); in libworker_bg() 410 w = libworker_setup(ctx, 1, NULL); in libworker_bg() 616 struct libworker* w = libworker_setup(ctx, 0, NULL); in libworker_fg()
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 9149 - protect config access in libworker_setup().
|