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