Searched refs:UploadBandwidthThrottler (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadBandwidthThrottler.h39 class UploadBandwidthThrottler : public wxThread class in inherits:wxThread
42 UploadBandwidthThrottler();
43 ~UploadBandwidthThrottler();
H A DUploadBandwidthThrottler.cpp26 #include "UploadBandwidthThrottler.h"
63 UploadBandwidthThrottler::UploadBandwidthThrottler() function in class:UploadBandwidthThrottler
79 UploadBandwidthThrottler::~UploadBandwidthThrottler()
91 uint64 UploadBandwidthThrottler::GetNumberOfSentBytesSinceLastCallAndReset()
107 uint64 UploadBandwidthThrottler::GetNumberOfSentBytesOverheadSinceLastCallAndReset()
134 void UploadBandwidthThrottler::AddToStandardList(uint32 index, ThrottledFileSocket* socket)
158 bool UploadBandwidthThrottler::RemoveFromStandardList(ThrottledFileSocket* socket)
175 bool UploadBandwidthThrottler
[all...]
H A Damule.h65 class UploadBandwidthThrottler;
261 UploadBandwidthThrottler* uploadBandwidthThrottler;
H A DMakefile.am158 UploadBandwidthThrottler.cpp \
448 UploadBandwidthThrottler.h \
H A DMakefile.in173 amule-UploadBandwidthThrottler.$(OBJEXT) \
250 amuled-UploadBandwidthThrottler.$(OBJEXT) \
713 UploadBandwidthThrottler.cpp \
990 UploadBandwidthThrottler.h \
1195 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-UploadBandwidthThrottler.Po@am__quote@
1259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-UploadBandwidthThrottler.Po@am__quote@
2658 amule-UploadBandwidthThrottler.o: UploadBandwidthThrottler.cpp
2659 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(amule_CPPFLAGS) $(CPPFLAGS) $(amule_CXXFLAGS) $(CXXFLAGS) -MT amule-UploadBandwidthThrottler.o -MD -MP -MF $(DEPDIR)/amule-UploadBandwidthThrottler
[all...]
H A Damule.cpp80 #include "UploadBandwidthThrottler.h"
548 uploadBandwidthThrottler = new UploadBandwidthThrottler();
1165 // UploadBandwidthThrottler) wx spawns a new event loop and processes more events.

Completed in 121 milliseconds