Home
last modified time | relevance | path

Searched refs:pipe_pid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dcontext.h95 pid_t pipe_pid; member
H A Dcontext.c75 ctx->pipe_pid = getpid(); in context_finalize()
H A Dlibunbound.c319 if(ctx->created_bg && ctx->pipe_pid != getpid()) { in ub_ctx_delete()
348 if(ctx->created_bg && ctx->pipe_pid != getpid() && ctx->thread_worker) { in ub_ctx_delete()