Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/
H A Dmach_get_times.c26 uint64_t absolute, continuous, gtod; variable
28 gtod = timespec2nanosec(&gtod_ts);
33 gtod / NSEC_PER_SEC, gtod % NSEC_PER_SEC, gtod - last_gtod);
37 int64_t gtod_diff = (int64_t)gtod - (int64_t)last_gtod;
42 last_gtod = gtod;