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()
649 struct timespec now; in getNow() local
650 clock_gettime(CLOCK_BOOTTIME, &now); in getNow()
651 return now; in getNow()
658 struct timespec now; in getTimerWrapper() local
659 clock_gettime(CLOCK_BOOTTIME, &now); in getTimerWrapper()
660 now.tv_sec += timeout; in getTimerWrapper()
661 return now; in getTimerWrapper()
675 struct timespec now = getTimerWrapper(0); in deviation() local
676 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation()