Searched refs:GetTickCount64 (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 DGetTickCount.h37 // GetTickCount64 is a system function in Vista so rename it
38 #define GetTickCount64 GetTickCount_64 macro
47 uint64 GetTickCount64();
H A DGetTickCount.cpp129 uint64 GetTickCount64(){ function
150 uint64 GetTickCount64() { function
H A DStatTree.h54 #include "GetTickCount.h" // Needed for GetTickCount64()
830 void StartTimer() { if (!m_value) m_value = GetTickCount64(); }
845 void ResetTimer() { m_value = GetTickCount64(); }
852 return m_value ? GetTickCount64() - m_value : 0;
860 return m_value ? GetTickCount64() - m_value : 0;
868 return m_value ? (GetTickCount64() - m_value) / 1000 : 0;
H A DServerUDPSocket.cpp414 if (update->GetLastDNSSolve() + DNS_SOLVE_TIME < ::GetTickCount64()) {
423 update->SetLastDNSSolve(::GetTickCount64());
H A DStatistics.cpp47 #include "GetTickCount.h" // Needed for GetTickCount64()
236 uint64 start_time = GetTickCount64();
359 uint64_t now = GetTickCount64();
1017 s_start_time = GetTickCount64();
1084 return GetTickCount64() - s_start_time;
1090 return (GetTickCount64() - s_start_time) / 1000;
H A DStatistics.h78 uint64_t cur_time = GetTickCount64();

Completed in 112 milliseconds