Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dclock.h156 extern void clock_gettimeofday_and_absolute_time(
H A Dclock.c682 clock_gettimeofday_and_absolute_time(secs, microsecs, NULL); in clock_gettimeofday()
686 clock_gettimeofday_and_absolute_time( in clock_gettimeofday_and_absolute_time() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_time.c129 clock_gettimeofday_and_absolute_time(&secs, &usecs, &mach_time); in gettimeofday()
/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp7593 clock_gettimeofday_and_absolute_time(&nowsecs, &nowmicrosecs, &nowAbs); in setWakeTime()