Searched refs:maxFd (Results 1 – 1 of 1) sorted by relevance
155 int maxFd, fdCount; in stdioConverterThreadStart() local160 maxFd = MAX(gDvm.stdoutPipe[0], gDvm.stderrPipe[0]); in stdioConverterThreadStart()162 fdCount = select(maxFd+1, &readfds, NULL, NULL, NULL); in stdioConverterThreadStart()