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