Searched refs:fdCount (Results 1 – 1 of 1) sorted by relevance
155 int maxFd, fdCount; in stdioConverterThreadStart() local162 fdCount = select(maxFd+1, &readfds, NULL, NULL, NULL); in stdioConverterThreadStart()164 if (fdCount < 0) { in stdioConverterThreadStart()170 } else if (fdCount == 0) { in stdioConverterThreadStart()