Searched refs:jobByFdIndex (Results 1 – 1 of 1) sorted by relevance
453 static Job **jobByFdIndex = NULL; variable2146 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()