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