Searched refs:timeOfDay (Results 1 – 2 of 2) sorted by relevance
520 struct timeval timeOfDay {}; struct521 gettimeofday(&timeOfDay, NULL);522 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000;565 struct timeval timeOfDay {}; struct566 gettimeofday(&timeOfDay, nullptr);567 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000;
769 struct timeval timeOfDay { struct771 gettimeofday(&timeOfDay, NULL);772 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000;