Searched refs:outPipe (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/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() 1086 (void)close(job->outPipe); in JobClosePipes() 1087 job->outPipe = -1; in JobClosePipes() 1512 if (fcntl(tokenWaitJob.outPipe, F_SETFD, 0) == -1) in JobExec() 1521 if (dup2(job->outPipe, 1) == -1) in JobExec() 2887 tokenWaitJob.outPipe = jp_1; in Job_ServerStart() 2896 tokenWaitJob.inPipe, tokenWaitJob.outPipe); in Job_ServerStart() 2964 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
|