Searched refs:then_nsec (Results 1 – 1 of 1) sorted by relevance
98 int64_t then_nsec = now_nsec + offset_milli * ten_6; in timeval2timespec() local99 ts->tv_sec = then_nsec / ten_9; in timeval2timespec()100 ts->tv_nsec = then_nsec % ten_9; in timeval2timespec()