Searched refs:maxFd (Results 1 – 1 of 1) sorted by relevance
1257 int maxFd = mPipeFd[0]; in threadLoop() local1273 if (s > maxFd) { in threadLoop()1274 maxFd = s; in threadLoop()1280 if (s > maxFd) { in threadLoop()1281 maxFd = s; in threadLoop()1287 int res = select(maxFd + 1, &rs, &ws, NULL, NULL /* tv */); in threadLoop()