Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c533 static Job childExitJob; /* child exit pseudo-job */ variable
734 WriteOrDie(childExitJob.outPipe, CEJ_CHILD_EXITED); in HandleSIGCHLD()
740 WriteOrDie(childExitJob.outPipe, CEJ_RESUME_JOBS); in HandleSIGCONT()
2082 if (nready > 0 && childExitJob.inPollfd->revents & POLLIN) { in Job_CatchOutput()
2084 ssize_t count = read(childExitJob.inPipe, &token, 1); in Job_CatchOutput()
2234 JobCreatePipe(&childExitJob, 3); in Job_Init()
2245 watchfd(&childExitJob); in Job_Init()
H A DChangeLog1629 On Minix at least, we are not ready to read the childExitJob pipe