Searched refs:abstime_ns (Results 1 – 1 of 1) sorted by relevance
834 uint64_t abstime_s, abstime_ns; in tstoabstime() local836 clock_interval_to_absolutetime_interval((uint32_t)ts->tv_nsec, 1, &abstime_ns); in tstoabstime()837 return abstime_s + abstime_ns; in tstoabstime()