Searched refs:queueCount (Results 1 – 1 of 1) sorted by relevance
333 int queueCount = 0; in poll() local337 queueCount = (int)this->queues.size(); in poll()339 while (empties < queueCount && eventsRead < maxReads) { in poll()355 this->nextReadIndex = (this->nextReadIndex + 1) % queueCount; in poll()