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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGetTickCount.h56 extern uint32 TheTime;
H A DFileAutoClose.cpp27 #include "GetTickCount.h" // for TheTime
38 m_lastAccess(TheTime)
52 m_lastAccess = TheTime;
60 m_lastAccess = TheTime;
136 m_lastAccess = TheTime;
142 && (now || TheTime - m_lastAccess >= ReleaseTime)
H A DGetTickCount.cpp29 uint32 TheTime = 0; variable
H A Damule.cpp1143 TheTime = msCur / 1000;

Completed in 24 milliseconds