Searched refs:rtv (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_event.c1013 struct timeval rtv; local
1020 TIMESPEC_TO_TIMEVAL(&rtv, &ts);
1024 TIMESPEC_TO_TIMEVAL(&rtv, &ts);
1028 if (itimerfix(&rtv))
1031 timevaladd(&atv, &rtv);
H A Dsys_generic.c1432 struct timeval rtv; local
1440 getmicrouptime(&rtv);
1441 timevaladd(&atv, &rtv);

Completed in 40 milliseconds