Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c1677 job->inPollfd = NULL; in Job_Make()
2089 * than job->inPollfd. in Job_CatchOutput()
2091 if (useMeta && job->inPollfd != &fds[i]) { in Job_CatchOutput()
2613 if (job->inPollfd != NULL)
2619 job->inPollfd = &fds[fdsLen]; in Job_AbortAll()
2635 if (job->inPollfd == NULL) in Job_AbortAll()
2637 i = (size_t)(job->inPollfd - fds); in Job_AbortAll()
2651 jobByFdIndex[i]->inPollfd = &fds[i]; in JobRestartJobs()
2659 job->inPollfd = NULL; in JobRestartJobs()
2665 if (job->inPollfd in JobRestartJobs()
[all...]
H A Djob.h170 struct pollfd *inPollfd; /* pollfd associated with inPipe */ member