Searched refs:clock_get_calendar_nanotime (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.h176 extern void clock_get_calendar_nanotime(
H A Dclock.c256 * clock_get_calendar_nanotime:
266 clock_get_calendar_nanotime( function
801 * Description: Non-blocking version of clock_get_calendar_nanotime()
H A Dclock_oldops.c310 clock_get_calendar_nanotime(&time->tv_sec, (uint32_t *)&time->tv_nsec);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c632 clock_get_calendar_nanotime((uint32_t *)&tsp->tv_sec, (uint32_t *)&tsp->tv_nsec);
H A Dkern_event.c530 clock_get_calendar_nanotime(&seconds, &nanoseconds);

Completed in 41 milliseconds