Searched refs:timeNow (Results 1 – 1 of 1) sorted by relevance
90 struct timespec timeNow = {0, 0}; in Now() local91 clock_gettime(CLOCK_REALTIME, &timeNow); in Now()92 return timeNow.tv_sec * NANOSECONDSINSECOND + timeNow.tv_nsec; in Now()