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()
656 struct timespec now; in getNow() local
657 clock_gettime(CLOCK_BOOTTIME, &now); in getNow()
658 return now; in getNow()
665 struct timespec now; in getTimerWrapper() local
666 clock_gettime(CLOCK_BOOTTIME, &now); in getTimerWrapper()
667 now.tv_sec += timeout; in getTimerWrapper()
668 return now; in getTimerWrapper()
682 struct timespec now = getTimerWrapper(0); in deviation() local
683 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation()