Searched defs:curTime (Results 1 – 3 of 3) sorted by relevance
76 struct tm curTime = {0}; variable116 struct tm curTime = { 0 }; variable
98 struct tm curTime = {0}; in BENCHMARK_F() local149 struct tm curTime = { 0 }; in BENCHMARK_F() local
62 bool GetSystemCurrentTime(struct tm* curTime) in GetSystemCurrentTime()