Lines Matching refs:now
361 struct timespec now; in expire() local
363 clock_gettime(CLOCK_BOOTTIME, &now); in expire()
364 LocTimerDelegate timerOfNow(now); in expire()
654 struct timespec now; in getNow() local
655 clock_gettime(CLOCK_BOOTTIME, &now); in getNow()
656 return now; in getNow()
663 struct timespec now; in getTimerWrapper() local
664 clock_gettime(CLOCK_BOOTTIME, &now); in getTimerWrapper()
665 now.tv_sec += timeout; in getTimerWrapper()
666 return now; in getTimerWrapper()
680 struct timespec now = getTimerWrapper(0); in deviation() local
681 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation()