Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c228 ctx->created_bg = 0; in ub_ctx_create_ub_event()
242 ctx->created_bg = 0; in ub_ctx_create_event()
267 if(ctx->created_bg) { in ub_stop_bg()
319 if(ctx->created_bg && ctx->pipe_pid != getpid()) { in ub_ctx_delete()
339 if(ctx->created_bg && ctx->dothread && do_stop) { in ub_ctx_delete()
348 if(ctx->created_bg && ctx->pipe_pid != getpid() && ctx->thread_worker) { in ub_ctx_delete()
851 if(!ctx->created_bg) { in ub_resolve_async()
853 ctx->created_bg = 1; in ub_resolve_async()
858 ctx->created_bg = 0; in ub_resolve_async()
1475 ctx->created_bg = 0; in ub_ctx_set_event()
H A Dcontext.h87 int created_bg; member