Searched refs:clock2bintime (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | clock.c | 228 clock2bintime(const clock_sec_t *secs, const clock_usec_t *microsecs, struct bintime *_bt) in clock2bintime() function 788 clock2bintime(&deltasecs, &deltamicrosecs, &bt); in clock_set_calendar_microtime() 798 clock2bintime(&deltasecs, &deltamicrosecs, &bt); in clock_set_calendar_microtime() 805 clock2bintime((clock_sec_t *) &secs, (clock_usec_t *) µsecs, &bt); in clock_set_calendar_microtime() 1100 clock2bintime(&utc_offset_secs, &utc_offset_microsecs, &bt); in clock_initialize_calendar() 1130 clock2bintime(&monotonic_sec, &monotonic_usec, &monotonic_bt); in clock_initialize_calendar() 1342 clock2bintime(&diff_sec, &diff_usec, &bt); in clock_wakeup_calendar_legacy() 1394 clock2bintime(&diff_sec, &diff_usec, &bt); in clock_wakeup_calendar_legacy()
|