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