Lines Matching refs:now
364 struct timespec now; in expire() local
366 clock_gettime(CLOCK_BOOTTIME, &now); in expire()
367 LocTimerDelegate timerOfNow(now); in expire()
663 struct timespec now; in getNow() local
664 clock_gettime(CLOCK_BOOTTIME, &now); in getNow()
665 return now; in getNow()
672 struct timespec now; in getTimerWrapper() local
673 clock_gettime(CLOCK_BOOTTIME, &now); in getTimerWrapper()
674 now.tv_sec += timeout; in getTimerWrapper()
675 return now; in getTimerWrapper()
689 struct timespec now = getTimerWrapper(0); in deviation() local
690 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation()