Searched refs:pollIndex (Results 1 – 1 of 1) sorted by relevance
428 int pollIndex = 0; in runSelectLoop() local430 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()431 pollFDs[pollIndex].fd = socketFD; in runSelectLoop()433 ++pollIndex; in runSelectLoop()436 final int usapPoolEventFDIndex = pollIndex; in runSelectLoop()439 pollFDs[pollIndex] = new StructPollfd(); in runSelectLoop()442 ++pollIndex; in runSelectLoop()451 pollFDs[pollIndex].fd = managedFd; in runSelectLoop()453 ++pollIndex; in runSelectLoop()503 while (--pollIndex >= 0) { in runSelectLoop()[all …]