OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 16 00:25:01 UTC 2026