Searched refs:monotonic_time (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | clock.c | 1040 struct latched_time monotonic_time; in clock_initialize_calendar() local 1057 size = sizeof(monotonic_time); in clock_initialize_calendar() 1058 if (kernel_sysctlbyname("kern.monotonicclock_usecs", &monotonic_time, &size, NULL, 0) != 0) { in clock_initialize_calendar() 1063 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_initialize_calendar() 1064 absolutetime_to_microtime(monotonic_time.mach_time, &sys2, µsys2); in clock_initialize_calendar() 1239 struct latched_time monotonic_time; in clock_wakeup_calendar_legacy() local 1279 size = sizeof(monotonic_time); in clock_wakeup_calendar_legacy() 1280 if (kernel_sysctlbyname("kern.monotonicclock_usecs", &monotonic_time, &size, NULL, 0) != 0) { in clock_wakeup_calendar_legacy() 1283 wake_abs = monotonic_time.mach_time; in clock_wakeup_calendar_legacy() 1286 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_wakeup_calendar_legacy()
|