Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dclock.c1045 uint64_t monotonic_usec_total; in clock_initialize_calendar() local
1067 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_initialize_calendar()
1124 OS_ANALYZER_SUPPRESS("82347749") monotonic_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_initialize_calendar()
1125 monotonic_usec = monotonic_usec_total % (clock_usec_t)USEC_PER_SEC; in clock_initialize_calendar()
1244 uint64_t monotonic_usec_total; in clock_wakeup_calendar_legacy() local
1290 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_wakeup_calendar_legacy()
1291 wake_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_wakeup_calendar_legacy()
1292 wake_usec = monotonic_usec_total % (clock_usec_t)USEC_PER_SEC; in clock_wakeup_calendar_legacy()