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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTimer.cpp43 uint32 lastEvent = GetTickCountFullRes(); local
47 // This is typically zero, because lastEvent was already incremented by one period.
48 sint32 delta = now - lastEvent;
54 lastEvent = now - delta;
68 lastEvent += m_period;

Completed in 112 milliseconds