Lines Matching refs:sys_time
1968 mach_timespec_t sys_time;1984 clock_get_time (clock_ref, &sys_time);1986 tp->tv_sec = sys_time.tv_sec;1987 tp->tv_nsec = sys_time.tv_nsec;