Home
last modified time | relevance | path

Searched refs:clock_get_boottime_nanotime (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dclock.h165 extern void clock_get_boottime_nanotime(
H A Dclock.c1468 clock_get_boottime_nanotime( in clock_get_boottime_nanotime() function
/xnu-8796.121.2/bsd/kern/
H A Dkern_time.c273 clock_get_boottime_nanotime(&secs, &nanosecs); in boottime_sec()