Searched refs:outPipe (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | job.c | 588 job->outPipe = pipe_fds[1]; in JobCreatePipe() 593 if (fcntl(job->outPipe, F_SETFD, FD_CLOEXEC) == -1) in JobCreatePipe() 637 while (write(childExitJob.outPipe, CHILD_EXIT, 1) == -1 && in JobChildSig() 1084 (void)close(job->outPipe); in JobClosePipes() 1085 job->outPipe = -1; in JobClosePipes() 1509 if (fcntl(tokenWaitJob.outPipe, F_SETFD, 0) == -1) in JobExec() 1518 if (dup2(job->outPipe, 1) == -1) in JobExec() 2874 tokenWaitJob.outPipe = jp_1; in Job_ServerStart() 2883 tokenWaitJob.inPipe, tokenWaitJob.outPipe); in Job_ServerStart() 2951 while (write(tokenWaitJob.outPipe, &tok, 1) == -1 && in Job_TokenWithdraw() [all …]
|
| H A D | job.h | 171 int outPipe; /* Pipe for writing control commands */ member
|