Searched refs:clock2bintime (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | clock.c | 227 clock2bintime(const clock_sec_t *secs, const clock_usec_t *microsecs, struct bintime *_bt) in clock2bintime() function 787 clock2bintime(&deltasecs, &deltamicrosecs, &bt); in clock_set_calendar_microtime() 797 clock2bintime(&deltasecs, &deltamicrosecs, &bt); in clock_set_calendar_microtime() 804 clock2bintime((clock_sec_t *) &secs, (clock_usec_t *) µsecs, &bt); in clock_set_calendar_microtime() 1099 clock2bintime(&utc_offset_secs, &utc_offset_microsecs, &bt); in clock_initialize_calendar() 1129 clock2bintime(&monotonic_sec, &monotonic_usec, &monotonic_bt); in clock_initialize_calendar() 1341 clock2bintime(&diff_sec, &diff_usec, &bt); in clock_wakeup_calendar_legacy() 1393 clock2bintime(&diff_sec, &diff_usec, &bt); in clock_wakeup_calendar_legacy()
|