Searched refs:m_ControlQueue_list (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadBandwidthThrottler.cpp220 EraseValue( m_ControlQueue_list, socket );
355 // are there any sockets in m_TempControlQueue_list? Move them to normal m_ControlQueue_list;
360 m_ControlQueue_list.insert( m_ControlQueue_list.end(),
369 while (spentBytes < bytesToSpend && (!m_ControlQueueFirst_list.empty() || !m_ControlQueue_list.empty())) {
375 } else if (!m_ControlQueue_list.empty()) {
376 socket = m_ControlQueue_list.front();
377 m_ControlQueue_list.pop_front();
466 m_ControlQueue_list.clear();
H A DUploadBandwidthThrottler.h71 SocketQueue m_ControlQueue_list; member in class:UploadBandwidthThrottler
74 // sockets that wants to enter m_ControlQueue_list
76 // sockets that wants to enter m_ControlQueue_list and has been able to send before

Completed in 109 milliseconds