Home
last modified time | relevance | path

Searched refs:t_ns (Results 1 – 1 of 1) sorted by relevance

/test/dittosuite/src/
Dtimespec_utils.cpp40 timespec NanosToTimespec(const int64_t t_ns) { in NanosToTimespec() argument
42 result.tv_sec = t_ns / 1e9; in NanosToTimespec()
43 result.tv_nsec = t_ns % static_cast<int64_t>(1e9); in NanosToTimespec()