Searched refs:stream_send_unstall_queue_ (Results 1 – 2 of 2) sorted by relevance
1131 std::deque<SpdyStreamId> stream_send_unstall_queue_[NUM_PRIORITIES]; variable
3216 stream_send_unstall_queue_[priority].push_back(stream.stream_id()); in QueueSendStalledStream()3230 old_size = GetTotalSize(stream_send_unstall_queue_); in ResumeSendStalledStreams()3245 DCHECK_LT(GetTotalSize(stream_send_unstall_queue_), old_size); in ResumeSendStalledStreams()3251 std::deque<SpdyStreamId>* queue = &stream_send_unstall_queue_[i]; in PopStreamToPossiblyResume()