Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dclock.h194 extern void clock_get_calendar_absolute_and_microtime(
H A Dclock.c435 clock_get_calendar_absolute_and_microtime(secs, microsecs, NULL); in clock_get_calendar_microtime()
628 clock_get_calendar_absolute_and_microtime( in clock_get_calendar_absolute_and_microtime() function
/xnu-11417.140.69/bsd/kern/
H A Dkern_time.c816 clock_get_calendar_absolute_and_microtime(&tv_sec, &tv_usec, abstime); in microtime_with_abstime()
/xnu-11417.140.69/iokit/Kernel/
H A DIOPMrootDomain.cpp2891 clock_get_calendar_absolute_and_microtime(&secs, &microsecs, &now); in powerChangeDone()