HomeSort by: relevance | last modified time | path
    Searched refs:pipe_pid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/libunbound/
context.h 95 pid_t pipe_pid; member in struct:ub_ctx
context.c 75 ctx->pipe_pid = getpid();
libunbound.c 318 * it and only one should clean up, the one with getpid == pipe_pid.*/
319 if(ctx->created_bg && ctx->pipe_pid != getpid()) {
348 if(ctx->created_bg && ctx->pipe_pid != getpid() && ctx->thread_worker) {

Completed in 23 milliseconds