Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dclock.c106 static uint64_t has_monotonic_clock = 0; variable
1063 has_monotonic_clock = 0; in clock_initialize_calendar()
1066 has_monotonic_clock = 1; in clock_initialize_calendar()
1123 if (has_monotonic_clock) { in clock_initialize_calendar()
1273 if (has_monotonic_clock) { in clock_wakeup_calendar_legacy()
1303 …u from %s clock, abs %llu\n", (unsigned long)wake_sec, wake_usec, (has_monotonic_clock)?"monotonic… in clock_wakeup_calendar_legacy()
1304 if (has_monotonic_clock) { in clock_wakeup_calendar_legacy()
1326 …wake: %lu s %d u vs %lu s %d u, defaulting sleep time to zero\n", (has_monotonic_clock)?"monotonic… in clock_wakeup_calendar_legacy()
1331 if (has_monotonic_clock) { in clock_wakeup_calendar_legacy()