Searched refs:monotonic_time (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | clock.c | 1044 struct latched_time monotonic_time; in clock_initialize_calendar() local 1061 size = sizeof(monotonic_time); in clock_initialize_calendar() 1062 if (kernel_sysctlbyname("kern.monotonicclock_usecs", &monotonic_time, &size, NULL, 0) != 0) { in clock_initialize_calendar() 1067 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_initialize_calendar() 1068 absolutetime_to_microtime(monotonic_time.mach_time, &sys2, µsys2); in clock_initialize_calendar() 1243 struct latched_time monotonic_time; in clock_wakeup_calendar_legacy() local 1283 size = sizeof(monotonic_time); in clock_wakeup_calendar_legacy() 1284 if (kernel_sysctlbyname("kern.monotonicclock_usecs", &monotonic_time, &size, NULL, 0) != 0) { in clock_wakeup_calendar_legacy() 1287 wake_abs = monotonic_time.mach_time; in clock_wakeup_calendar_legacy() 1290 monotonic_usec_total = monotonic_time.monotonic_time_usec; in clock_wakeup_calendar_legacy()
|