• Home
  • Raw
  • Download

Lines Matching refs:waitQueue

1828                 targetType, connection->outboundQueue.count(), connection->waitQueue.count());  in checkWindowReadyForMoreInputLocked()
1844 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) { in checkWindowReadyForMoreInputLocked()
1848 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1866 if (!connection->waitQueue.isEmpty() in checkWindowReadyForMoreInputLocked()
1867 && currentTime >= connection->waitQueue.head->deliveryTime in checkWindowReadyForMoreInputLocked()
1873 connection->waitQueue.count(), in checkWindowReadyForMoreInputLocked()
1874 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f); in checkWindowReadyForMoreInputLocked()
2249 if (connection->waitQueue.isEmpty()) { in startDispatchCycleLocked()
2277 connection->waitQueue.enqueueAtTail(dispatchEntry); in startDispatchCycleLocked()
2310 drainDispatchQueue(&connection->waitQueue); in abortBrokenDispatchCycleLocked()
3782 if (!connection->waitQueue.isEmpty()) { in dumpDispatchStateLocked()
3784 connection->waitQueue.count()); in dumpDispatchStateLocked()
3785 for (DispatchEntry* entry = connection->waitQueue.head; entry; in dumpDispatchStateLocked()
4223 connection->waitQueue.dequeue(dispatchEntry); in doDispatchCycleFinishedLockedInterruptible()
4462 ATRACE_INT(counterName, connection->waitQueue.count()); in traceWaitQueueLength()
5062 for (DispatchEntry* entry = waitQueue.head; entry != nullptr; entry = entry->next) { in findWaitQueueEntry()