Searched refs:timeNow (Results 1 – 1 of 1) sorted by relevance
29 struct timespec timeNow; in getMonotonicTime() local30 if (clock_gettime(CLOCK_MONOTONIC, &timeNow)) { in getMonotonicTime()36 return Seconds(timeNow.tv_sec) + Nanoseconds(timeNow.tv_nsec); in getMonotonicTime()