Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dclock.c1043 struct latched_time monotonic_time; in clock_initialize_calendar() local
1060 size = sizeof(monotonic_time); in clock_initialize_calendar()
1061 if (kernel_sysctlbyname("kern.monotonicclock_usecs", &monotonic_time, &size, NULL, 0) != 0) { in clock_initialize_calendar()
1066 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_initialize_calendar()
1067 absolutetime_to_microtime(monotonic_time.mach_time, &sys2, &microsys2); in clock_initialize_calendar()
1242 struct latched_time monotonic_time; in clock_wakeup_calendar_legacy() local
1282 size = sizeof(monotonic_time); in clock_wakeup_calendar_legacy()
1283 if (kernel_sysctlbyname("kern.monotonicclock_usecs", &monotonic_time, &size, NULL, 0) != 0) { in clock_wakeup_calendar_legacy()
1286 wake_abs = monotonic_time.mach_time; in clock_wakeup_calendar_legacy()
1289 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_wakeup_calendar_legacy()