Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dcontext.h89 pid_t bg_pid; member
H A Dlibworker.c397 switch((ctx->bg_pid=fork())) { in libworker_bg()
H A Dlibunbound.c296 if(waitpid(ctx->bg_pid, NULL, 0) == -1) { in ub_stop_bg()