Searched refs:childExitJob (Results 1 – 2 of 2) sorted by relevance
533 static Job childExitJob; /* child exit pseudo-job */ variable734 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()
1629 On Minix at least, we are not ready to read the childExitJob pipe