Searched refs:t_ns (Results 1 – 1 of 1) sorted by relevance
40 timespec NanosToTimespec(const int64_t t_ns) { in NanosToTimespec() argument42 result.tv_sec = t_ns / 1e9; in NanosToTimespec()43 result.tv_nsec = t_ns % static_cast<int64_t>(1e9); in NanosToTimespec()