Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/bmake/
HDjob.c357 static Job childExitJob; /* child exit pseudo-job */ variable
529 while (write(childExitJob.outPipe, CHILD_EXIT, 1) == -1 && errno == EAGAIN) in JobChildSig()
557 while (write(childExitJob.outPipe, DO_JOB_RESUME, 1) == -1 && in JobContinueSig()
2136 if (nready > 0 && readyfd(&childExitJob)) { in Job_CatchOutput()
2139 count = read(childExitJob.inPipe, &token, 1); in Job_CatchOutput()
2314 JobCreatePipe(&childExitJob, 3); in Job_Init()
2322 watchfd(&childExitJob); in Job_Init()