Searched refs:t_now (Results 1 – 1 of 1) sorted by relevance
4491 struct timespec t_now; in hasStepCountPendingEvents() local4494 clock_gettime(CLOCK_MONOTONIC, &t_now); in hasStepCountPendingEvents()4495 interval = ((int64_t(t_now.tv_sec) * 1000000000LL + t_now.tv_nsec) - in hasStepCountPendingEvents()