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()
661 struct timespec now; in getNow() local
662 clock_gettime(CLOCK_BOOTTIME, &now); in getNow()
663 return now; in getNow()
670 struct timespec now; in getTimerWrapper() local
671 clock_gettime(CLOCK_BOOTTIME, &now); in getTimerWrapper()
672 now.tv_sec += timeout; in getTimerWrapper()
673 return now; in getTimerWrapper()
687 struct timespec now = getTimerWrapper(0); in deviation() local
688 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation()