Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDjob.c453 static Job **jobByFdIndex = NULL; variable
2146 job = jobByFdIndex[i]; in Job_CatchOutput()
2301 jobByFdIndex = bmake_malloc(sizeof *jobByFdIndex * nfds); in Job_Init()
2765 jobByFdIndex[fdsLen] = job; in watchfd()
2772 jobByFdIndex[fdsLen] = job; in watchfd()
2803 jobByFdIndex[i] = jobByFdIndex[fdsLen]; in clearfd()
2804 jobByFdIndex[i]->inPollfd = &fds[i]; in clearfd()
2808 jobByFdIndex[i + 1] = jobByFdIndex[fdsLen + 1]; in clearfd()