Lines Matching refs:now
362 struct timespec now; in expire() local
364 clock_gettime(CLOCK_BOOTTIME, &now); in expire()
365 LocTimerDelegate timerOfNow(now); in expire()
660 struct timespec now; in getNow() local
661 clock_gettime(CLOCK_BOOTTIME, &now); in getNow()
662 return now; in getNow()
669 struct timespec now; in getTimerWrapper() local
670 clock_gettime(CLOCK_BOOTTIME, &now); in getTimerWrapper()
671 now.tv_sec += timeout; in getTimerWrapper()
672 return now; in getTimerWrapper()
686 struct timespec now = getTimerWrapper(0); in deviation() local
687 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation()