Searched refs:is_bg (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c99 !w->is_bg || w->is_bg_thread);
134 libworker_setup(struct ub_ctx* ctx, int is_bg, struct ub_event_base* eb) argument
141 w->is_bg = is_bg;
149 w->env->alloc = context_obtain_alloc(ctx, !w->is_bg || w->is_bg_thread);
156 if(!w->is_bg || w->is_bg_thread) {
180 if(!w->is_bg || w->is_bg_thread) {
190 if(!w->is_bg || w->is_bg_thread) {
194 if(!w->is_bg || w->is_bg_thread) {
200 if(!w->is_bg ||
[all...]
H A Dlibworker.h75 int is_bg; member in struct:libworker

Completed in 135 milliseconds