Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dclock.h200 extern void clock_get_calendar_absolute_and_microtime(
H A Dclock.c431 clock_get_calendar_absolute_and_microtime(secs, microsecs, NULL); in clock_get_calendar_microtime()
624 clock_get_calendar_absolute_and_microtime( in clock_get_calendar_absolute_and_microtime() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_time.c769 clock_get_calendar_absolute_and_microtime(&tv_sec, &tv_usec, abstime); in microtime_with_abstime()
/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp2834 clock_get_calendar_absolute_and_microtime(&secs, &microsecs, &now); in powerChangeDone()