Searched refs:now_nsec (Results 1 – 1 of 1) sorted by relevance
96 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; in timeval2timespec() local97 now_nsec += (int64_t)tv->tv_usec * ten_3; in timeval2timespec()98 int64_t then_nsec = now_nsec + offset_milli * ten_6; in timeval2timespec()