Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dtime.h213 void microtime_with_abstime(struct timeval *tv, uint64_t *abstime);
/xnu-10002.1.13/bsd/kern/
H A Dkern_time.c810 microtime_with_abstime( in microtime_with_abstime() function
H A Dbsd_init.c987 microtime_with_abstime(&kernproc->p_start, &kernproc->p_stats->ps_start); in bsd_init()
H A Dkern_fork.c1124 microtime_with_abstime(&child_proc->p_start, &child_proc->p_stats->ps_start); in forkproc()